diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-29 14:35:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-29 14:35:38 +0000 |
commit | 4b086e7f2157baafcbae8f7b37120c1e8f721c29 (patch) | |
tree | 7baddd78652f1c09b8dbad8176dfb95288b3f5e1 /libswscale/Makefile | |
parent | 43a0cb7ca290f71b55d99e0bfa5232a3f58dad24 (diff) | |
download | ffmpeg-4b086e7f2157baafcbae8f7b37120c1e8f721c29.tar.gz |
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
suffix for all example files instead of doing this in individual Makefiles.
Originally committed as revision 29100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 947cdfd6c2..8e6eb0b3df 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -18,7 +18,7 @@ MMX-OBJS-$(CONFIG_GPL) += x86/yuv2rgb_mmx.o \ OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes) -EXAMPLES = swscale-example +EXAMPLES = swscale TESTPROGS = colorspace DIRS = bfin mlib ppc sparc x86 |