diff options
author | James Almer <jamrial@gmail.com> | 2018-07-02 22:18:47 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-07-02 22:18:47 -0300 |
commit | 3c4af577aa50a3d90bbb0e04cfa42a9b2bd1ce07 (patch) | |
tree | 21ae22e513590fd464d49355f2e8771937fa79f0 | |
parent | 581bafa83b9cb4f438940e0b10a9f9832ebd57b6 (diff) | |
download | ffmpeg-3c4af577aa50a3d90bbb0e04cfa42a9b2bd1ce07.tar.gz |
configure: add missing swscale to avfilter when sr filter is enabled
Signed-off-by: James Almer <jamrial@gmail.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |