diff options
author | James Almer <jamrial@gmail.com> | 2017-10-12 20:05:39 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-12 20:05:39 -0300 |
commit | 9c0279bc2c7bafee9ef9ef4a5799c0e5ea378239 (patch) | |
tree | af95ef8f109d8ce0ecd84fd0cbade49b41080805 /configure | |
parent | d1aef7d08a06f4adce747b251a81f8b99650bdca (diff) | |
download | ffmpeg-9c0279bc2c7bafee9ef9ef4a5799c0e5ea378239.tar.gz |
configure: fix CoreGraphics module name
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && { |