Commit 216b2f4f authored by diego's avatar diego

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: file:///var/local/repositories/mplayer/trunk/libswscale@29100 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 056d0876
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment