summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-29 14:35:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-29 14:35:38 +0000
commitc3cf2ce654f54c5dda2618ae9e26614d6fe4ab2a (patch)
treea52dc5ab3b3f7b05769aa3ccc4dde07f8bf3291a /libswscale/Makefile
parent04327ae83a40f93ea0cd4f7067ddc572745267dd (diff)
downloadmpv-c3cf2ce654f54c5dda2618ae9e26614d6fe4ab2a.tar.bz2
mpv-c3cf2ce654f54c5dda2618ae9e26614d6fe4ab2a.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29100 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile2
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