configure: fix CoreGraphics module name

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-10-12 20:05:39 -03:00
parent d1aef7d08a
commit 9c0279bc2c

2
configure vendored
View File

@ -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 && {