summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-07-02 22:18:47 -0300
committerJames Almer <jamrial@gmail.com>2018-07-02 22:18:47 -0300
commit3c4af577aa50a3d90bbb0e04cfa42a9b2bd1ce07 (patch)
tree21ae22e513590fd464d49355f2e8771937fa79f0 /configure
parent581bafa83b9cb4f438940e0b10a9f9832ebd57b6 (diff)
downloadffmpeg-3c4af577aa50a3d90bbb0e04cfa42a9b2bd1ce07.tar.gz
configure: add missing swscale to avfilter when sr filter is enabled
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"