[FFmpeg-cvslog] configure: fix CoreGraphics module name
James Almer
git at videolan.org
Fri Oct 13 02:06:58 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Oct 12 20:05:39 2017 -0300| [9c0279bc2c7bafee9ef9ef4a5799c0e5ea378239] | committer: James Almer
configure: fix CoreGraphics module name
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c0279bc2c7bafee9ef9ef4a5799c0e5ea378239
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index ade67a31bb..ce5ad8a7a4 100755
--- a/configure
+++ b/configure
@@ -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 && {
More information about the ffmpeg-cvslog
mailing list