summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-03 22:32:38 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-03 22:32:38 +0000
commitdc871c209f9343ec864040440e5cf02dd82da8ff (patch)
tree3d50f18b2be1225fc9ce27edb19ad270e2b22351 /TOOLS
parenta2bf04e8a7bfe78b664fa8de2be5034027d93124 (diff)
downloadmpv-dc871c209f9343ec864040440e5cf02dd82da8ff.tar.bz2
mpv-dc871c209f9343ec864040440e5cf02dd82da8ff.tar.xz
license fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8339 b3059339-0415-0410-9bf9-f77b7e298cf2
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