You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Clarify that yuv2rgb_init.c cannot be used under LGPL
Originally committed as revision 21730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user