mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02: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