From 9f27ca3f25c2a97cc4fa938451a8a2c0b4762193 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 25 Sep 2010 17:09:12 +0000 Subject: [PATCH] Stefanos port was missing DIRS variable in the Makefile for the newly added x86 Originally committed as revision 25199 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index c3f4a4943b..174b83ea02 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -46,4 +46,6 @@ OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o +DIRS = x86 + include $(SUBDIR)../subdir.mak