build: add forgotten avcodec dependency in uspp

pull/101/head
Clément Bœsch 10 years ago
parent e93abe1f40
commit df307debf2
  1. 1
      configure

1
configure vendored

@ -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"

Loading…
Cancel
Save