ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Thu Oct 12 20:05:39 
2017 -0300| [9c0279bc2c7bafee9ef9ef4a5799c0e5ea378239] | committer: James Almer

configure: fix CoreGraphics module name

Signed-off-by: James Almer <jamr...@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 && {

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to