Commit 9c0279bc authored by James Almer's avatar James Almer

configure: fix CoreGraphics module name

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent d1aef7d0
...@@ -5866,7 +5866,7 @@ check_apple_framework CoreVideo ...@@ -5866,7 +5866,7 @@ check_apple_framework CoreVideo
enabled avfoundation && { enabled avfoundation && {
disable coregraphics applicationservices 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"; } check_lib applicationservices ApplicationServices/ApplicationServices.h CGGetActiveDisplayList "-framework ApplicationServices"; }
enabled videotoolbox && { enabled videotoolbox && {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment