diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-06-26 09:46:05 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-06-26 09:49:36 +0200 |
commit | 11096804340ac2cec37ef1bce828105bd0a7dfbe (patch) | |
tree | 6fe72598f348431548894c2c2eac280fa3a0f4b2 /libpostproc/Makefile | |
parent | b3ca11f07feb08738128f6b7127ccf8eb3f72ede (diff) | |
download | ffmpeg-11096804340ac2cec37ef1bce828105bd0a7dfbe.tar.gz |
Revert "build: Remove redundant config.mak includes from subdirectory Makefiles."
This reverts commit a6213f3dce4006e0d47bd938e15832987d95efef.
Diffstat (limited to 'libpostproc/Makefile')
-rw-r--r-- | libpostproc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile index 7b359709dc..bd0b71e3d4 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -1,3 +1,5 @@ +include $(SUBDIR)../config.mak + NAME = postproc FFLIBS = avutil |