OSDN Git Service

swscale-example is an API example, not a test program.
authorDiego Biurrun <diego@biurrun.de>
Wed, 25 Mar 2009 18:08:52 +0000 (18:08 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 25 Mar 2009 18:08:52 +0000 (18:08 +0000)
Originally committed as revision 29056 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/Makefile

index 6079d89..4d17e5b 100644 (file)
@@ -12,7 +12,8 @@ OBJS-$(CONFIG_MLIB)        +=  yuv2rgb_mlib.o
 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