mirror of https://github.com/mpv-player/mpv
Clarify that yuv2rgb_init.c cannot be used under LGPL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21730 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
86eb5f495c
commit
fa035363aa
|
@ -15,8 +15,6 @@ OBJS+= yuv2rgb_altivec.o
|
|||
endif
|
||||
ifeq ($(CONFIG_GPL),yes)
|
||||
OBJS+= yuv2rgb.o
|
||||
else
|
||||
OBJS+= yuv2rgb_init.o
|
||||
endif
|
||||
|
||||
HEADERS = swscale.h rgb2rgb.h
|
||||
|
|
Loading…
Reference in New Issue