mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 11:12:56 +00:00
fixing compilation on LFS
plus a note, it can't be compiled with --enable-gui (undef references) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7512 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
103b8b2d46
commit
944d42db69
@ -1,5 +1,6 @@
|
||||
|
||||
echo NOTE: do not compile with --enable-gui
|
||||
echo
|
||||
gcc -g mwallp.c jpeg.c ../../libvo/aclib.o ../../libmpcodecs/img_format.o \
|
||||
../../cpudetect.o ../../mp_msg.o ../../postproc/libpostproc.a \
|
||||
-I../../libmpcodecs -I../.. -I../../postproc \
|
||||
-L/usr/X11/lib -lX11 -ljpeg -o mwallp
|
||||
-L/usr/X11/lib -lX11 -lm -ljpeg -o mwallp
|
||||
|
Loading…
Reference in New Issue
Block a user