Remove useless comments with compilation commands.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26536 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-25 08:39:03 +00:00
parent ba6cc3387e
commit e58ca8c5da
2 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,6 @@
#define DUMP_PCM
// gcc test.c -I.. -L. -lMP3 -lm -o test1 -O4
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,6 +1,3 @@
//gcc test2.c -O2 -I.. -L. ../libvo/aclib.c -lMP3 -lm -o test2
#include <stdio.h>
#include <stdlib.h>
#include <string.h>