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:
gabucino 2002-09-26 20:37:54 +00:00
parent 103b8b2d46
commit 944d42db69
1 changed files with 3 additions and 2 deletions

View File

@ -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