# HG changeset patch # User diego # Date 1238004532 0 # Node ID 500adeff7ff4a7db9e33fc8da802ef3acf3fea0a # Parent 6f3843fd58cf85dc3f9655850b70b092e8bc3a78 swscale-example is an API example, not a test program. diff -r 6f3843fd58cf -r 500adeff7ff4 libswscale/Makefile --- a/libswscale/Makefile Wed Mar 25 17:38:52 2009 +0000 +++ b/libswscale/Makefile Wed Mar 25 18:08:52 2009 +0000 @@ -12,7 +12,8 @@ OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(HAVE_VIS) += yuv2rgb_vis.o -TESTPROGS = cs_test swscale-example +EXAMPLES = swscale-example +TESTPROGS = cs_test include $(SUBDIR)../subdir.mak