comparison libswscale/Makefile @ 21714:72e44326407e

Clarify that yuv2rgb_init.c cannot be used under LGPL
author lucabe
date Fri, 22 Dec 2006 17:57:19 +0000
parents befebdb3ebaa
children ba11e9a0880f
comparison
equal deleted inserted replaced
21713:25edc0e37a49 21714:72e44326407e
13 ifeq ($(TARGET_ALTIVEC),yes) 13 ifeq ($(TARGET_ALTIVEC),yes)
14 OBJS+= yuv2rgb_altivec.o 14 OBJS+= yuv2rgb_altivec.o
15 endif 15 endif
16 ifeq ($(CONFIG_GPL),yes) 16 ifeq ($(CONFIG_GPL),yes)
17 OBJS+= yuv2rgb.o 17 OBJS+= yuv2rgb.o
18 else
19 OBJS+= yuv2rgb_init.o
20 endif 18 endif
21 19
22 HEADERS = swscale.h rgb2rgb.h 20 HEADERS = swscale.h rgb2rgb.h
23 21
24 include ../common.mak 22 include ../common.mak