1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 01:46:16 +00:00

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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29056 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-03-25 18:08:52 +00:00
parent 42aaafe4db
commit 46a7d5679b

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