[FFmpeg-cvslog] configure: Use lowercase includes/library names for schannel check.

İsmail Dönmez git at videolan.org
Wed Mar 16 09:21:42 CET 2016


ffmpeg | branch: master | İsmail Dönmez <ismail at i10z.com> | Tue Mar  8 14:45:16 2016 +0200| [fa3eecf9ab6e20c1c74554fc2eb8b8e4245935b4] | committer: Carl Eugen Hoyos

configure: Use lowercase includes/library names for schannel check.

Fixes cross-build on Linux with mingw-w64.

Reviewed-by: Reimar Döffinger
Reviewed-by: Hendrik Leppkes

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa3eecf9ab6e20c1c74554fc2eb8b8e4245935b4
---

 configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 1b189328..6b4ae87 100755
--- a/configure
+++ b/configure
@@ -5694,8 +5694,8 @@ disabled securetransport || { check_func SecIdentityCreate "-Wl,-framework,CoreF
     check_lib2 "Security/SecureTransport.h Security/Security.h" "SSLCreateContext SecItemImport" "-Wl,-framework,CoreFoundation -Wl,-framework,Security" &&
     enable securetransport; }
 
-disabled schannel || { check_func_headers "windows.h Security.h" InitializeSecurityContext -DSECURITY_WIN32 -lSecur32 &&
-                       enable schannel && add_extralibs -lSecur32; }
+disabled schannel || { check_func_headers "windows.h security.h" InitializeSecurityContext -DSECURITY_WIN32 -lsecur32 &&
+                       enable schannel && add_extralibs -lsecur32; }
 
 makeinfo --version > /dev/null 2>&1 && enable makeinfo  || disable makeinfo
 enabled makeinfo \



More information about the ffmpeg-cvslog mailing list