mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 07:38:30 +00:00
build: add forgotten avcodec dependency in uspp
This commit is contained in:
parent
e93abe1f40
commit
df307debf2
1
configure
vendored
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…
Reference in New Issue
Block a user