diff --git a/mp3lib/test.c b/mp3lib/test.c index 1ae32aedde..8ce1143ff2 100644 --- a/mp3lib/test.c +++ b/mp3lib/test.c @@ -1,8 +1,6 @@ #define DUMP_PCM -// gcc test.c -I.. -L. -lMP3 -lm -o test1 -O4 - #include #include diff --git a/mp3lib/test2.c b/mp3lib/test2.c index e35ad9aa32..3c78596d81 100644 --- a/mp3lib/test2.c +++ b/mp3lib/test2.c @@ -1,6 +1,3 @@ - -//gcc test2.c -O2 -I.. -L. ../libvo/aclib.c -lMP3 -lm -o test2 - #include #include #include