# HG changeset patch # User lucabe # Date 1166810239 0 # Node ID 72e44326407e775f5592d1c4d661412ce08645cc # Parent 25edc0e37a49ee6cd618121a048702f0617b1352 Clarify that yuv2rgb_init.c cannot be used under LGPL diff -r 25edc0e37a49 -r 72e44326407e libswscale/Makefile --- a/libswscale/Makefile Fri Dec 22 14:57:43 2006 +0000 +++ b/libswscale/Makefile Fri Dec 22 17:57:19 2006 +0000 @@ -15,8 +15,6 @@ endif ifeq ($(CONFIG_GPL),yes) OBJS+= yuv2rgb.o -else -OBJS+= yuv2rgb_init.o endif HEADERS = swscale.h rgb2rgb.h