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:
authorDiego Biurrun <diego@biurrun.de>2011-06-25 02:19:39 +0400
committerDiego Biurrun <diego@biurrun.de>2011-06-25 15:02:51 +0400
commita6213f3dce4006e0d47bd938e15832987d95efef (patch)
treefe28da743bb3729a037a6e8e7427e909c7975ab5 /libavfilter
parent3a0d0ff5e60a8245f672fedd2aa49fa937aa875a (diff)
build: Remove redundant config.mak includes from subdirectory Makefiles.
Calling Make from subdirectories is not supported and config.mak has multiple inclusion guards anyway, so the top-level include is enough.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 2ed1f937a3..e22527ae49 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -1,5 +1,3 @@
-include $(SUBDIR)../config.mak
-
NAME = avfilter
FFLIBS = avutil
FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec