Remove useless comments with compilation commands.
author |
diego |
date |
Fri, 25 Apr 2008 08:39:03 +0000 |
parents |
4cbbdb2e71ca |
children |
8a0d5353e179 |
files |
mp3lib/test.c mp3lib/test2.c |
diffstat |
2 files changed, 0 insertions(+), 5 deletions(-)
[+]
|
line diff
--- a/mp3lib/test.c Fri Apr 25 08:37:47 2008 +0000
+++ b/mp3lib/test.c Fri Apr 25 08:39:03 2008 +0000
@@ -1,8 +1,6 @@
#define DUMP_PCM
-// gcc test.c -I.. -L. -lMP3 -lm -o test1 -O4
-
#include <stdio.h>
#include <stdlib.h>
--- a/mp3lib/test2.c Fri Apr 25 08:37:47 2008 +0000
+++ b/mp3lib/test2.c Fri Apr 25 08:39:03 2008 +0000
@@ -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>