# HG changeset patch # User gabucino # Date 1038954758 0 # Node ID 61d7bc41a41fe7647a14866f39fc0bbac11165a2 # Parent c716bc8d3a01f80038685cfc9f5d6019f3a83dec license fixed diff -r c716bc8d3a01 -r 61d7bc41a41f TOOLS/benchmark-gab/README --- a/TOOLS/benchmark-gab/README Tue Dec 03 22:24:58 2002 +0000 +++ b/TOOLS/benchmark-gab/README Tue Dec 03 22:32:38 2002 +0000 @@ -1,7 +1,7 @@ =================================================== MPlayer benchmark scripts v0.9 By Gabucino 2002-08-30 -License: for exclusive usage with MPlayer (wonder;) +License: GPL (well only usable with mplayer ofcoz...) NO WARRANTY By using this software you agree not to blame the author or the MPlayer team diff -r c716bc8d3a01 -r 61d7bc41a41f TOOLS/mwallp/compile.sh --- a/TOOLS/mwallp/compile.sh Tue Dec 03 22:24:58 2002 +0000 +++ b/TOOLS/mwallp/compile.sh Tue Dec 03 22:32:38 2002 +0000 @@ -3,4 +3,4 @@ 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 + -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lm -ljpeg -o mwallp