mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
Remove compilation command comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25620 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f625772fda
commit
92a4156d2b
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user