[FFmpeg-cvslog] configure: add missing avcodec dependencies to filters

James Almer git at videolan.org
Sun May 7 05:54:03 EEST 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat May  6 23:52:38 2017 -0300| [4a51aa7ddaeb6e31e3918231bda31515d988f62c] | committer: James Almer

configure: add missing avcodec dependencies to filters

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

 configure | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure b/configure
index b76f9ce567..2e1786a6fc 100755
--- a/configure
+++ b/configure
@@ -3098,6 +3098,7 @@ deinterlace_vaapi_filter_deps="vaapi"
 delogo_filter_deps="gpl"
 deshake_filter_select="pixelutils"
 drawtext_filter_deps="libfreetype"
+elbg_filter_deps="avcodec"
 eq_filter_deps="gpl"
 fftfilt_filter_deps="avcodec"
 fftfilt_filter_select="rdft"
@@ -6467,6 +6468,7 @@ enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresampl
 enabled elbg_filter         && prepend avfilter_deps "avcodec"
 enabled fftfilt_filter      && prepend avfilter_deps "avcodec"
 enabled find_rect_filter    && prepend avfilter_deps "avformat avcodec"
+enabled firequalizer_filter && prepend avfilter_deps "avcodec"
 enabled mcdeint_filter      && prepend avfilter_deps "avcodec"
 enabled movie_filter    && prepend avfilter_deps "avformat avcodec"
 enabled pan_filter          && prepend avfilter_deps "swresample"
@@ -6480,10 +6482,13 @@ enabled sofalizer_filter    && prepend avfilter_deps "avcodec"
 enabled showcqt_filter      && prepend avfilter_deps "avformat avcodec swscale"
 enabled showfreqs_filter    && prepend avfilter_deps "avcodec"
 enabled showspectrum_filter && prepend avfilter_deps "avcodec"
+enabled signature_filter    && prepend avfilter_deps "avcodec avformat"
 enabled smartblur_filter    && prepend avfilter_deps "swscale"
 enabled spectrumsynth_filter && prepend avfilter_deps "avcodec"
+enabled spp_filter          && prepend avfilter_deps "avcodec"
 enabled subtitles_filter    && prepend avfilter_deps "avformat avcodec"
 enabled uspp_filter         && prepend avfilter_deps "avcodec"
+enabled zoompan_filter      && prepend avfilter_deps "swscale"
 
 enabled lavfi_indev         && prepend avdevice_deps "avfilter"
 



More information about the ffmpeg-cvslog mailing list