Mercurial > mplayer.hg
changeset 8689:691c06aa5b5d
compile fixed. even with --enable-gui
author | arpi |
---|---|
date | Wed, 01 Jan 2003 03:24:52 +0000 |
parents | 28ab58268c35 |
children | a47ff1875d41 |
files | TOOLS/mwallp/compile.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/mwallp/compile.sh Tue Dec 31 18:47:43 2002 +0000 +++ b/TOOLS/mwallp/compile.sh Wed Jan 01 03:24:52 2003 +0000 @@ -1,6 +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 \ + ../../cpudetect.o ../../mp_msg-mencoder.o ../../postproc/libpostproc.a \ + ../../postproc/libswscale.a \ -I../../libmpcodecs -I../.. -I../../postproc \ -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lm -ljpeg -o mwallp