[FFmpeg-cvslog] configure: add missing swscale to avfilter when sr filter is enabled

James Almer git at videolan.org
Tue Jul 3 04:20:09 EEST 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Jul  2 22:18:47 2018 -0300| [3c4af577aa50a3d90bbb0e04cfa42a9b2bd1ce07] | committer: James Almer

configure: add missing swscale to avfilter when sr filter is enabled

Signed-off-by: James Almer <jamrial at gmail.com>

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

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 5e6dac9c71..6f26d48b6c 100755
--- a/configure
+++ b/configure
@@ -6826,7 +6826,7 @@ 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 sr_filter           && prepend avfilter_deps "avformat"
+enabled sr_filter           && prepend avfilter_deps "avformat swscale"
 enabled subtitles_filter    && prepend avfilter_deps "avformat avcodec"
 enabled uspp_filter         && prepend avfilter_deps "avcodec"
 enabled zoompan_filter      && prepend avfilter_deps "swscale"



More information about the ffmpeg-cvslog mailing list