Clarify that yuv2rgb_init.c cannot be used under LGPL

Originally committed as revision 21730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
pull/126/head
Luca Abeni 18 years ago
parent 11c6f4a11c
commit d32d303568
  1. 2
      libswscale/Makefile

@ -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…
Cancel
Save