mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 18:32:22 +00:00
configure: fix CoreGraphics module name
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
d1aef7d08a
commit
9c0279bc2c
2
configure
vendored
2
configure
vendored
@ -5866,7 +5866,7 @@ check_apple_framework CoreVideo
|
||||
|
||||
enabled avfoundation && {
|
||||
disable coregraphics applicationservices
|
||||
check_lib CoreGraphics CoreGraphics/CoreGraphics.h CGGetActiveDisplayList "-framework CoreGraphics" ||
|
||||
check_lib coregraphics CoreGraphics/CoreGraphics.h CGGetActiveDisplayList "-framework CoreGraphics" ||
|
||||
check_lib applicationservices ApplicationServices/ApplicationServices.h CGGetActiveDisplayList "-framework ApplicationServices"; }
|
||||
|
||||
enabled videotoolbox && {
|
||||
|
Loading…
Reference in New Issue
Block a user