mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
Block a user