summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mp3lib/test.c2
-rw-r--r--mp3lib/test2.c3
2 files changed, 0 insertions, 5 deletions
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 <stdio.h>
#include <stdlib.h>
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 <stdio.h>
#include <stdlib.h>
#include <string.h>