comparison libswscale/Makefile @ 27802:3594f4881efd

rgb2rgb.h was not really intended to be a public header, thus remove it.
author michael
date Mon, 27 Oct 2008 09:05:27 +0000
parents 18fc658de355
children 78f523d771de
comparison
equal deleted inserted replaced
27801:de9d0f9da2cc 27802:3594f4881efd
11 OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o 11 OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
12 OBJS-$(HAVE_VIS) += yuv2rgb_vis.o 12 OBJS-$(HAVE_VIS) += yuv2rgb_vis.o
13 13
14 ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o 14 ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
15 15
16 HEADERS = swscale.h rgb2rgb.h 16 HEADERS = swscale.h
17 17
18 CLEANFILES = cs_test swscale-example 18 CLEANFILES = cs_test swscale-example
19 19
20 include $(SUBDIR)../subdir.mak 20 include $(SUBDIR)../subdir.mak
21 21