[MPlayer-cvslog] r29440 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Sun Jul 26 16:40:05 CEST 2009
Author: cehoyos
Date: Sun Jul 26 16:40:05 2009
New Revision: 29440
Log:
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jul 26 14:26:32 2009 (r29439)
+++ trunk/configure Sun Jul 26 16:40:05 2009 (r29440)
@@ -2361,10 +2361,10 @@ EOF
fi
if test "$_big_endian" = yes ; then
_byte_order='big-endian'
- def_words_endian='#define WORDS_BIGENDIAN 1'
+ def_words_endian='#define HAVE_BIGENDIAN 1'
else
_byte_order='little-endian'
- def_words_endian='#undef WORDS_BIGENDIAN'
+ def_words_endian='#define HAVE_BIGENDIAN 0'
fi
echores "$_byte_order"
More information about the MPlayer-cvslog
mailing list