license fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8339 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2002-12-03 22:32:38 +00:00
parent a2bf04e8a7
commit dc871c209f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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