[Mplayer-cvslog] CVS: main/TOOLS/mwallp compile.sh,1.1,1.2

Winner of tha face compo gabucino at mplayerhq.hu
Thu Sep 26 22:38:08 CEST 2002


Update of /cvsroot/mplayer/main/TOOLS/mwallp
In directory mail:/var/tmp.root/cvs-serv26035/TOOLS/mwallp

Modified Files:
	compile.sh 
Log Message:
fixing compilation on LFS
plus a note, it can't be compiled with --enable-gui (undef references)


Index: compile.sh
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/mwallp/compile.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compile.sh	17 Jun 2002 14:13:10 -0000	1.1
+++ compile.sh	26 Sep 2002 20:37:54 -0000	1.2
@@ -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




More information about the MPlayer-cvslog mailing list