Mercurial > mplayer.hg
changeset 29021:500adeff7ff4
swscale-example is an API example, not a test program.
author | diego |
---|---|
date | Wed, 25 Mar 2009 18:08:52 +0000 |
parents | 6f3843fd58cf |
children | 9e1d1197c567 |
files | libswscale/Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/Makefile Wed Mar 25 17:38:52 2009 +0000 +++ b/libswscale/Makefile Wed Mar 25 18:08:52 2009 +0000 @@ -12,7 +12,8 @@ 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