mirror of https://github.com/mpv-player/mpv
Remove useless comments with compilation commands.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26536 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ba6cc3387e
commit
e58ca8c5da
|
@ -1,8 +1,6 @@
|
|||
|
||||
#define DUMP_PCM
|
||||
|
||||
// gcc test.c -I.. -L. -lMP3 -lm -o test1 -O4
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue