diff options
author | Clément Bœsch <u@pkh.me> | 2014-05-13 23:13:44 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-05-13 23:13:44 +0200 |
commit | c683e6aa2c698a5b347d85cf662984c3776ec713 (patch) | |
tree | e62f6bf94412cc2559a51ef05078a88ce390d1ab /configure | |
parent | f0ae467e6c803f65de606b20a9b4fe9790ecaab8 (diff) | |
download | ffmpeg-c683e6aa2c698a5b347d85cf662984c3776ec713.tar.gz |
build: move ebur128 swr dep to configure.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |