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:
Pascal Massimino
2013-04-01 23:10:35 +00:00
committed by James Zern
parent 6393fe4b7c
commit a4e1cdbbe8
4 changed files with 2 additions and 22 deletions

View File

@ -8,9 +8,6 @@
// Simple command-line to create a WebP container file and to extract or strip
// relevant data from the container file.
//
// Compile with: gcc -o webpmux webpmux.c -lwebpmux -lwebp
//
//
// Authors: Vikas (vikaas.arora@gmail.com),
// Urvang (urvang@google.com)