configure: add missing swscale to avfilter when sr filter is enabled
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
581bafa83b
commit
3c4af577aa
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue