mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
Remove the gcc compilation comments
They went out of sync some time ago, and are no longer really required since we have them buildable from makefile.unix Change-Id: Ica2dcf5c55f44365598f832f55204d123d7aa601
This commit is contained in:
committed by
James Zern
parent
6393fe4b7c
commit
a4e1cdbbe8
@ -7,15 +7,6 @@
|
||||
//
|
||||
// simple tool to convert animated GIFs to WebP
|
||||
//
|
||||
// Getting the prerequisites:
|
||||
// Debian-like linux:
|
||||
// sudo apt-get install libgif-dev
|
||||
// MacPorts
|
||||
// sudo port install giflib
|
||||
//
|
||||
// Compiling:
|
||||
// gcc -o gif2webp gif2webp.c -O3 -lwebpmux -lwebp -lgif -lpthread -lm
|
||||
//
|
||||
// Authors: Skal (pascal.massimino@gmail.com)
|
||||
// Urvang (urvang@google.com)
|
||||
|
||||
|
Reference in New Issue
Block a user