build: add forgotten avcodec dependency in uspp

This commit is contained in:
Clément Bœsch 2014-12-12 01:45:49 +01:00
parent e93abe1f40
commit df307debf2

1
configure vendored
View File

@ -5416,6 +5416,7 @@ enabled scale_filter && prepend avfilter_deps "swscale"
enabled showspectrum_filter && prepend avfilter_deps "avcodec"
enabled smartblur_filter && prepend avfilter_deps "swscale"
enabled subtitles_filter && prepend avfilter_deps "avformat avcodec"
enabled uspp_filter && prepend avfilter_deps "avcodec"
enabled lavfi_indev && prepend avdevice_deps "avfilter"