summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-25 08:39:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-25 08:39:03 +0000
commite58ca8c5da29e4170afb249356d0a8f2e73146ea (patch)
treeae51b9081e0f58e40c08249eaa1fdbd986483a9a
parentba6cc3387ed4a5dbbf80fe3962ff17941f0f4504 (diff)
downloadmpv-e58ca8c5da29e4170afb249356d0a8f2e73146ea.tar.bz2
mpv-e58ca8c5da29e4170afb249356d0a8f2e73146ea.tar.xz
Remove useless comments with compilation commands.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26536 b3059339-0415-0410-9bf9-f77b7e298cf2
-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>