Mercurial > mplayer.hg
changeset 8338:61d7bc41a41f
license fixed
author | gabucino |
---|---|
date | Tue, 03 Dec 2002 22:32:38 +0000 |
parents | c716bc8d3a01 |
children | ff0bddb59e81 |
files | TOOLS/benchmark-gab/README TOOLS/mwallp/compile.sh |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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