summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-09-25 17:09:12 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-09-25 17:09:12 +0000
commit9f27ca3f25c2a97cc4fa938451a8a2c0b4762193 (patch)
treec3a9b59fc5adae761d20f4b1ca1defaa92335024 /libavfilter
parent5900deeb90602d358d4b2fcbcea3d47eddd48b5a (diff)
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
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile2
1 files changed, 2 insertions, 0 deletions
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