[FFmpeg-cvslog] build: move ebur128 swr dep to configure.

Clément Bœsch git at videolan.org
Tue May 13 23:15:42 CEST 2014


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Tue May 13 23:13:44 2014 +0200| [c683e6aa2c698a5b347d85cf662984c3776ec713] | committer: Clément Bœsch

build: move ebur128 swr dep to configure.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c683e6aa2c698a5b347d85cf662984c3776ec713
---

 configure            |    1 +
 libavfilter/Makefile |    2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure b/configure
index 01ac82b..668ae22 100755
--- a/configure
+++ b/configure
@@ -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"
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index d61b69e..f981dfa 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -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                                                     \



More information about the ffmpeg-cvslog mailing list