summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/benchmark-gab/README2
-rwxr-xr-xTOOLS/mwallp/compile.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/benchmark-gab/README b/TOOLS/benchmark-gab/README
index bc6dfbe58e..8508459f7d 100644
--- a/TOOLS/benchmark-gab/README
+++ b/TOOLS/benchmark-gab/README
@@ -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 --git a/TOOLS/mwallp/compile.sh b/TOOLS/mwallp/compile.sh
index 9c7b7b0764..4c88e4244a 100755
--- a/TOOLS/mwallp/compile.sh
+++ b/TOOLS/mwallp/compile.sh
@@ -3,4 +3,4 @@ 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
+ -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lm -ljpeg -o mwallp