ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Mon Dec 14 22:41:52 2015 +0100| [e8586ecb86f461aa7194e6882e699a336d92d2a1] | committer: Paul B Mahol
configure: add conditional library dependency for sofalizer and showfreqs Signed-off-by: Paul B Mahol <one...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8586ecb86f461aa7194e6882e699a336d92d2a1 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 04deb2a..4ada587 100755 --- a/configure +++ b/configure @@ -6020,6 +6020,8 @@ enabled resample_filter && prepend avfilter_deps "avresample" enabled sab_filter && prepend avfilter_deps "swscale" enabled scale_filter && prepend avfilter_deps "swscale" enabled scale2ref_filter && prepend avfilter_deps "swscale" +enabled sofalizer_filter && prepend avfilter_deps "avcodec" +enabled showfreqs_filter && prepend avfilter_deps "avcodec" enabled showspectrum_filter && prepend avfilter_deps "avcodec" enabled smartblur_filter && prepend avfilter_deps "swscale" enabled subtitles_filter && prepend avfilter_deps "avformat avcodec" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog