diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-25 00:19:39 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-25 13:02:51 +0200 |
commit | a6213f3dce4006e0d47bd938e15832987d95efef (patch) | |
tree | fe28da743bb3729a037a6e8e7427e909c7975ab5 /libpostproc | |
parent | 3a0d0ff5e60a8245f672fedd2aa49fa937aa875a (diff) | |
download | ffmpeg-a6213f3dce4006e0d47bd938e15832987d95efef.tar.gz |
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 'libpostproc')
-rw-r--r-- | libpostproc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile index bd0b71e3d4..7b359709dc 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -1,5 +1,3 @@ -include $(SUBDIR)../config.mak - NAME = postproc FFLIBS = avutil |