swscale-example is an API example, not a test program.

Originally committed as revision 29056 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Diego Biurrun 2009-03-25 18:08:52 +00:00
parent 0a7ee3ef59
commit e43f34bd44

View 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