Mercurial > mplayer.hg
changeset 11267:bce074f4263f
Make gabu happy
author | attila |
---|---|
date | Sun, 26 Oct 2003 11:23:37 +0000 |
parents | 6beea1683618 |
children | c367751bd7cb |
files | TOOLS/mwallp/compile.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/mwallp/compile.sh Sat Oct 25 23:13:54 2003 +0000 +++ b/TOOLS/mwallp/compile.sh Sun Oct 26 11:23:37 2003 +0000 @@ -1,6 +1,6 @@ echo gcc -g mwallp.c jpeg.c ../../libvo/aclib.o ../../libmpcodecs/img_format.o \ ../../cpudetect.o ../../mp_msg-mencoder.o ../../libavcodec/libavcodec.a \ - ../../postproc/libswscale.a \ + ../../postproc/libswscale.a ../../osdep/libosdep.a \ -I../../libmpcodecs -I../.. -I../../postproc \ -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lm -ljpeg -o mwallp