diff --git a/configure b/configure
index 5e6dac9c71aa164ad88c9da09ea3ecec64a82e0c..6f26d48b6c3522ea5f60f59b2e2e4679d60ca92f 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"