[FFmpeg-cvslog] r29056 - trunk/libswscale/Makefile
diego
subversion
Wed Mar 25 19:08:52 CET 2009
Author: diego
Date: Wed Mar 25 19:08:52 2009
New Revision: 29056
Log:
swscale-example is an API example, not a test program.
Modified:
trunk/libswscale/Makefile
Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile Wed Mar 25 18:38:52 2009 (r29055)
+++ trunk/libswscale/Makefile Wed Mar 25 19:08:52 2009 (r29056)
@@ -12,7 +12,8 @@ OBJS-$(CONFIG_MLIB) += yuv2rgb_m
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
More information about the ffmpeg-cvslog
mailing list