Browse Source

build: move ebur128 swr dep to configure.

tags/n2.3
Clément Bœsch 11 years ago
parent
commit
c683e6aa2c
2 changed files with 1 additions and 2 deletions
  1. +1
    -0
      configure
  2. +0
    -2
      libavfilter/Makefile

+ 1
- 0
configure View File

@@ -5122,6 +5122,7 @@ enabled asyncts_filter && prepend avfilter_deps "avresample"
enabled atempo_filter && prepend avfilter_deps "avcodec"
enabled decimate_filter && prepend avfilter_deps "avcodec"
enabled deshake_filter && prepend avfilter_deps "avcodec"
enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample"
enabled elbg_filter && prepend avfilter_deps "avcodec"
enabled mcdeint_filter && prepend avfilter_deps "avcodec"
enabled movie_filter && prepend avfilter_deps "avformat avcodec"


+ 0
- 2
libavfilter/Makefile View File

@@ -1,8 +1,6 @@
include $(SUBDIR)../config.mak

NAME = avfilter
EBUR128LIBS-$(CONFIG_SWRESAMPLE) = swresample
FFLIBS-$(CONFIG_EBUR128_FILTER) += $(EBUR128LIBS-yes)

HEADERS = asrc_abuffer.h \
avcodec.h \


Loading…
Cancel
Save