summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-09-27 21:50:26 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-09-27 21:50:26 +0000
commitfa6f4ebc08d228ce9795f1f4178d68e31407aeb9 (patch)
treed7c9445176b727e5a2e45a61f49e12beb7afefe5 /libavfilter/Makefile
parent236f79480b15df8996455168742d141bbf578df2 (diff)
use a Makefile in x86 subdir
Originally committed as revision 25234 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 51fe208a4e..6d73bf205b 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -39,14 +39,14 @@ OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o
OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o
OBJS-$(CONFIG_YADIF_FILTER) += vf_yadif.o
-OBJS-$(ARCH_X86) += x86/yadif.o
-
OBJS-$(CONFIG_BUFFER_FILTER) += vsrc_buffer.o
OBJS-$(CONFIG_COLOR_FILTER) += vf_pad.o
OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o
OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o
+-include $(SUBDIR)$(ARCH)/Makefile
+
DIRS = x86
include $(SUBDIR)../subdir.mak