mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 03:45:23 +00: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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29100 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
04327ae83a
commit
c3cf2ce654
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user