[MPlayer-cvslog] r36943 - trunk/configure

ib subversion at mplayerhq.hu
Tue Feb 25 18:38:54 CET 2014


Author: ib
Date: Tue Feb 25 18:38:54 2014
New Revision: 36943

Log:
Silence "warning: implicit declaration of function 'strcasecmp'".

(This is for the Wine port.)

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Feb 25 18:21:56 2014	(r36942)
+++ trunk/configure	Tue Feb 25 18:38:54 2014	(r36943)
@@ -1815,7 +1815,7 @@ if os2 ; then
 fi
 
 if wine ; then
-  extra_cflags="-fno-pic -UWIN32 -U_WIN32 -U__WIN32 -U__WIN32__ -DWINE_NOWINSOCK -Dstricmp=strcasecmp $extra_cflags"
+  extra_cflags="-fno-pic -UWIN32 -U_WIN32 -U__WIN32 -U__WIN32__ -DWINE_NOWINSOCK -Dstricmp=lstrcmpiA $extra_cflags"
 fi
 
 if darwin && test "$cc_vendor" != "clang" ; then


More information about the MPlayer-cvslog mailing list