1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 08:12:17 +00:00
mpv/TOOLS/mwallp/compile.sh
gabucino 944d42db69 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
2002-09-26 20:37:54 +00:00

7 lines
290 B
Bash
Executable File

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 -lm -ljpeg -o mwallp