mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
configure: explicitly list videotoolbox deps for avutil
There's a bug in configure where they are not being resolved right, so make them explicit deps for avutil for now.
This commit is contained in:
parent
abb5efca26
commit
34dbee9f60
2
configure
vendored
2
configure
vendored
@ -3341,7 +3341,7 @@ avformat_deps="avcodec avutil"
|
||||
avformat_suggest="libm network"
|
||||
avresample_deps="avutil"
|
||||
avresample_suggest="libm"
|
||||
avutil_suggest="clock_gettime libm libdrm libmfx opencl user32 vaapi videotoolbox wincrypt"
|
||||
avutil_suggest="clock_gettime libm libdrm libmfx opencl user32 vaapi videotoolbox corefoundation corevideo coremedia wincrypt"
|
||||
postproc_deps="avutil gpl"
|
||||
postproc_suggest="libm"
|
||||
swresample_deps="avutil"
|
||||
|
Loading…
Reference in New Issue
Block a user