From e43f34bd44311527ffc82d60bf675d7509f950e1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 25 Mar 2009 18:08:52 +0000 Subject: swscale-example is an API example, not a test program. Originally committed as revision 29056 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libswscale/Makefile') 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 -- cgit v1.2.3