Stefanos port was missing DIRS variable in the Makefile for the newly added x86
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 25 Sep 2010 17:09:12 +0000 (17:09 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 25 Sep 2010 17:09:12 +0000 (17:09 +0000)
Originally committed as revision 25199 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/Makefile

index c3f4a49..174b83e 100644 (file)
@@ -46,4 +46,6 @@ OBJS-$(CONFIG_NULLSRC_FILTER)                += vsrc_nullsrc.o
 
 OBJS-$(CONFIG_NULLSINK_FILTER)               += vsink_nullsink.o
 
+DIRS = x86
+
 include $(SUBDIR)../subdir.mak