diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-09-25 17:09:12 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-09-25 17:09:12 +0000 |
commit | 9f27ca3f25c2a97cc4fa938451a8a2c0b4762193 (patch) | |
tree | c3a9b59fc5adae761d20f4b1ca1defaa92335024 | |
parent | 5900deeb90602d358d4b2fcbcea3d47eddd48b5a (diff) | |
download | ffmpeg-9f27ca3f25c2a97cc4fa938451a8a2c0b4762193.tar.gz |
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
-rw-r--r-- | libavfilter/Makefile | 2 |
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 |