mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-19 05:49:09 +02:00
configure: fix assignment of dep libs for QR-code filters
This commit is contained in:
parent
75e3b81f75
commit
27284b7800
4
configure
vendored
4
configure
vendored
@ -7773,8 +7773,8 @@ enabled mcdeint_filter && prepend avfilter_deps "avcodec"
|
||||
enabled movie_filter && prepend avfilter_deps "avformat avcodec"
|
||||
enabled pan_filter && prepend avfilter_deps "swresample"
|
||||
enabled pp_filter && prepend avfilter_deps "postproc"
|
||||
enabled qrencode_filter && prepend_avfilter_deps "swscale"
|
||||
enabled qrencodesrc_filter && prepend_avfilter_deps "swscale"
|
||||
enabled qrencode_filter && prepend avfilter_deps "swscale"
|
||||
enabled qrencodesrc_filter && prepend avfilter_deps "swscale"
|
||||
enabled removelogo_filter && prepend avfilter_deps "avformat avcodec swscale"
|
||||
enabled sab_filter && prepend avfilter_deps "swscale"
|
||||
enabled scale_filter && prepend avfilter_deps "swscale"
|
||||
|
Loading…
x
Reference in New Issue
Block a user