Remove compilation command comments.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25620 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-01-06 12:20:41 +00:00
parent f625772fda
commit 92a4156d2b
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
/* to compile:
edit ../win32.c, change the #if 0 to 1 at line 1326 to enabel quicktime fix!
(cd ..;make distclean;make)
gcc -o list list.c ../libloader.a -lpthread -ldl -lm -ggdb ../../cpudetect.o
*/
#include <stdio.h>

View File

@ -1,5 +1,3 @@
/* to compile: gcc -o qtxload qtxload.c ../libloader.a -lpthread -ldl -ggdb ../../cpudetect.o */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>