mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 23:36:58 +00:00
license fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8339 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a2bf04e8a7
commit
dc871c209f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user