comparison libswscale/Makefile @ 29021:500adeff7ff4

swscale-example is an API example, not a test program.
author diego
date Wed, 25 Mar 2009 18:08:52 +0000
parents 7d77afec5881
children f8db50af4035
comparison
equal deleted inserted replaced
29020:6f3843fd58cf 29021:500adeff7ff4
10 OBJS-$(ARCH_BFIN) += internal_bfin.o swscale_bfin.o yuv2rgb_bfin.o 10 OBJS-$(ARCH_BFIN) += internal_bfin.o swscale_bfin.o yuv2rgb_bfin.o
11 OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o 11 OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o
12 OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o 12 OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
13 OBJS-$(HAVE_VIS) += yuv2rgb_vis.o 13 OBJS-$(HAVE_VIS) += yuv2rgb_vis.o
14 14
15 TESTPROGS = cs_test swscale-example 15 EXAMPLES = swscale-example
16 TESTPROGS = cs_test
16 17
17 include $(SUBDIR)../subdir.mak 18 include $(SUBDIR)../subdir.mak
18 19
19 $(SUBDIR)cs_test: $(SUBDIR)cs_test.o $(SUBDIR)$(LIBNAME) 20 $(SUBDIR)cs_test: $(SUBDIR)cs_test.o $(SUBDIR)$(LIBNAME)
20 21