From dc871c209f9343ec864040440e5cf02dd82da8ff Mon Sep 17 00:00:00 2001 From: gabucino Date: Tue, 3 Dec 2002 22:32:38 +0000 Subject: license fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8339 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/benchmark-gab/README | 2 +- TOOLS/mwallp/compile.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS') 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 -- cgit v1.2.3