[MPlayer-cvslog] r33339 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Thu Apr 28 17:58:42 CEST 2011
Author: cehoyos
Date: Thu Apr 28 17:58:42 2011
New Revision: 33339
Log:
Fix Win64 compilation.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Apr 28 15:45:16 2011 (r33338)
+++ trunk/configure Thu Apr 28 17:58:42 2011 (r33339)
@@ -3885,6 +3885,7 @@ echores "$_vsscanf"
echocheck "swab()"
_swab=no
define_statement_check "_XOPEN_SOURCE 600" "unistd.h" 'int a, b; swab(&a, &b, 0)' && _swab=yes
+define_statement_check "A A" "string.h" 'int a, b; swab(&a, &b, 0)' && _swab=yes
if test "$_swab" = yes ; then
def_swab='#define HAVE_SWAB 1'
need_swab=no
More information about the MPlayer-cvslog
mailing list