[MPlayer-cvslog] r33490 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Tue May 24 10:19:10 CEST 2011
Author: cehoyos
Date: Tue May 24 10:19:10 2011
New Revision: 33490
Log:
Revert r33368, it broke mingw32 compilation.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue May 24 10:02:32 2011 (r33489)
+++ trunk/configure Tue May 24 10:19:10 2011 (r33490)
@@ -3876,7 +3876,8 @@ 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 "_XOPEN_SOURCE 600" "unistd.h" 'int a, b; swab(&a, &b, 0)' ||
+ statement_check "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