configure: fix CoreGraphics module name

Signed-off-by: James Almer <jamrial@gmail.com>
pull/272/head
James Almer 7 years ago
parent d1aef7d08a
commit 9c0279bc2c
  1. 2
      configure

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…
Cancel
Save