diff options
author | Clément Bœsch <u@pkh.me> | 2014-12-12 01:45:49 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-12-12 01:52:20 +0100 |
commit | df307debf274bc2b34ad14bb5c20d4c3c67cabe0 (patch) | |
tree | 4ef0aec9cf8f8851f6da33b231d003a455b4cc92 /configure | |
parent | e93abe1f406964e6e59f2bf86b0763f3a90f5acf (diff) | |
download | ffmpeg-df307debf274bc2b34ad14bb5c20d4c3c67cabe0.tar.gz |
build: add forgotten avcodec dependency in uspp
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |