mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
43a0cb7ca2
commit
4b086e7f21
|
@ -18,7 +18,7 @@ MMX-OBJS-$(CONFIG_GPL) += x86/yuv2rgb_mmx.o \
|
||||||
|
|
||||||
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)
|
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)
|
||||||
|
|
||||||
EXAMPLES = swscale-example
|
EXAMPLES = swscale
|
||||||
TESTPROGS = colorspace
|
TESTPROGS = colorspace
|
||||||
|
|
||||||
DIRS = bfin mlib ppc sparc x86
|
DIRS = bfin mlib ppc sparc x86
|
||||||
|
|
Loading…
Reference in New Issue