1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-02 17:12:49 +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:
Luca Abeni 2006-12-22 17:57:19 +00:00
parent 11c6f4a11c
commit d32d303568

View File

@ -15,8 +15,6 @@ OBJS+= yuv2rgb_altivec.o
endif endif
ifeq ($(CONFIG_GPL),yes) ifeq ($(CONFIG_GPL),yes)
OBJS+= yuv2rgb.o OBJS+= yuv2rgb.o
else
OBJS+= yuv2rgb_init.o
endif endif
HEADERS = swscale.h rgb2rgb.h HEADERS = swscale.h rgb2rgb.h