You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: add conditional library dependency for sofalizer and showfreqs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -6020,6 +6020,8 @@ enabled resample_filter && prepend avfilter_deps "avresample"
|
||||
enabled sab_filter && prepend avfilter_deps "swscale"
|
||||
enabled scale_filter && prepend avfilter_deps "swscale"
|
||||
enabled scale2ref_filter && prepend avfilter_deps "swscale"
|
||||
enabled sofalizer_filter && prepend avfilter_deps "avcodec"
|
||||
enabled showfreqs_filter && prepend avfilter_deps "avcodec"
|
||||
enabled showspectrum_filter && prepend avfilter_deps "avcodec"
|
||||
enabled smartblur_filter && prepend avfilter_deps "swscale"
|
||||
enabled subtitles_filter && prepend avfilter_deps "avformat avcodec"
|
||||
|
Reference in New Issue
Block a user