From e58ca8c5da29e4170afb249356d0a8f2e73146ea Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 25 Apr 2008 08:39:03 +0000 Subject: [PATCH] Remove useless comments with compilation commands. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26536 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/test.c | 2 -- mp3lib/test2.c | 3 --- 2 files changed, 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 #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