Browse Source

Revert "build: Remove redundant config.mak includes from subdirectory Makefiles."

This reverts commit a6213f3dce4006e0d47bd938e15832987d95efef.
Reimar Döffinger 13 years ago
parent
commit
1109680434
7 changed files with 14 additions and 0 deletions
  1. 2 0
      libavcodec/Makefile
  2. 2 0
      libavdevice/Makefile
  3. 2 0
      libavfilter/Makefile
  4. 2 0
      libavformat/Makefile
  5. 2 0
      libavutil/Makefile
  6. 2 0
      libpostproc/Makefile
  7. 2 0
      libswscale/Makefile

+ 2 - 0
libavcodec/Makefile

@@ -1,3 +1,5 @@
+include $(SUBDIR)../config.mak
+
 NAME = avcodec
 FFLIBS = avutil
 

+ 2 - 0
libavdevice/Makefile

@@ -1,3 +1,5 @@
+include $(SUBDIR)../config.mak
+
 NAME    = avdevice
 FFLIBS  = avformat avcodec avutil
 

+ 2 - 0
libavfilter/Makefile

@@ -1,3 +1,5 @@
+include $(SUBDIR)../config.mak
+
 NAME = avfilter
 FFLIBS = avutil
 FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec

+ 2 - 0
libavformat/Makefile

@@ -1,3 +1,5 @@
+include $(SUBDIR)../config.mak
+
 NAME = avformat
 FFLIBS = avcodec avutil
 

+ 2 - 0
libavutil/Makefile

@@ -1,3 +1,5 @@
+include $(SUBDIR)../config.mak
+
 NAME = avutil
 
 HEADERS = adler32.h                                                     \

+ 2 - 0
libpostproc/Makefile

@@ -1,3 +1,5 @@
+include $(SUBDIR)../config.mak
+
 NAME = postproc
 FFLIBS = avutil
 

+ 2 - 0
libswscale/Makefile

@@ -1,3 +1,5 @@
+include $(SUBDIR)../config.mak
+
 NAME = swscale
 FFLIBS = avutil