Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-02-25 17:34:20 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-02-25 17:34:20 +0300
commit821424905170622e3fea4fa71b420ff20da593f1 (patch)
tree6fede11a66576197b0359f34fb07dc79b51cd4b0 /libavfilter/Makefile
parenta1c4b65b9170d9e7fa8a5780d6294f0411526b41 (diff)
Add libmpcodecs to the list of libavfilter subdirectories.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index b0784ab0fc..028aa52eab 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -127,6 +127,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/pullup.o
-include $(SUBDIR)$(ARCH)/Makefile
-DIRS = x86
+DIRS = x86 libmpcodecs
include $(SUBDIR)../subdir.mak