summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-26 20:37:54 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-26 20:37:54 +0000
commit944d42db69937b4196cfd365e013f62af366bc4d (patch)
tree8287afcc593cc6ac89b461b040c3571933277ba7 /TOOLS
parent103b8b2d460611dd3d0ad464f36a21c755b62615 (diff)
downloadmpv-944d42db69937b4196cfd365e013f62af366bc4d.tar.bz2
mpv-944d42db69937b4196cfd365e013f62af366bc4d.tar.xz
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
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/mwallp/compile.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/TOOLS/mwallp/compile.sh b/TOOLS/mwallp/compile.sh
index 9ab564a648..9c7b7b0764 100755
--- a/TOOLS/mwallp/compile.sh
+++ b/TOOLS/mwallp/compile.sh
@@ -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