summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-25 18:08:52 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-25 18:08:52 +0000
commite43f34bd44311527ffc82d60bf675d7509f950e1 (patch)
treeadaadc781e9b762cc5a1da12b2cd423bbc490e5e /libswscale/Makefile
parent0a7ee3ef59b3ed77af7179ce211129b61a2a383f (diff)
swscale-example is an API example, not a test program.
Originally committed as revision 29056 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 6079d89578..4d17e5b2b7 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -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