Mercurial > mplayer.hg
changeset 7511:a0dc7bb65578
fixing compilation on LFS
plus a note, it can't be compiled with --enable-gui (undef references)
author | gabucino |
---|---|
date | Thu, 26 Sep 2002 20:37:54 +0000 |
parents | 8b9be8b709c7 |
children | 0df2e3079aa4 |
files | TOOLS/mwallp/compile.sh |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/mwallp/compile.sh Thu Sep 26 18:48:25 2002 +0000 +++ b/TOOLS/mwallp/compile.sh Thu Sep 26 20:37:54 2002 +0000 @@ -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