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