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 /libavdevice | |
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 'libavdevice')
-rw-r--r-- | libavdevice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 63153bb18b..60103a4864 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -1,3 +1,5 @@ +include $(SUBDIR)../config.mak + NAME = avdevice FFLIBS = avformat avcodec avutil |