Browse Source

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.
tags/n0.9
Diego Biurrun 14 years ago
parent
commit
a6213f3dce
7 changed files with 0 additions and 14 deletions
  1. +0
    -2
      libavcodec/Makefile
  2. +0
    -2
      libavdevice/Makefile
  3. +0
    -2
      libavfilter/Makefile
  4. +0
    -2
      libavformat/Makefile
  5. +0
    -2
      libavutil/Makefile
  6. +0
    -2
      libpostproc/Makefile
  7. +0
    -2
      libswscale/Makefile

+ 0
- 2
libavcodec/Makefile View File

@@ -1,5 +1,3 @@
include $(SUBDIR)../config.mak

NAME = avcodec
FFLIBS = avutil



+ 0
- 2
libavdevice/Makefile View File

@@ -1,5 +1,3 @@
include $(SUBDIR)../config.mak

NAME = avdevice
FFLIBS = avformat avcodec avutil



+ 0
- 2
libavfilter/Makefile View File

@@ -1,5 +1,3 @@
include $(SUBDIR)../config.mak

NAME = avfilter
FFLIBS = avutil
FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec


+ 0
- 2
libavformat/Makefile View File

@@ -1,5 +1,3 @@
include $(SUBDIR)../config.mak

NAME = avformat
FFLIBS = avcodec avutil



+ 0
- 2
libavutil/Makefile View File

@@ -1,5 +1,3 @@
include $(SUBDIR)../config.mak

NAME = avutil

HEADERS = adler32.h \


+ 0
- 2
libpostproc/Makefile View File

@@ -1,5 +1,3 @@
include $(SUBDIR)../config.mak

NAME = postproc
FFLIBS = avutil



+ 0
- 2
libswscale/Makefile View File

@@ -1,5 +1,3 @@
include $(SUBDIR)../config.mak

NAME = swscale
FFLIBS = avutil



Loading…
Cancel
Save