summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-07-26 14:40:05 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-07-26 14:40:05 +0000
commit06c122f00190a40969501ad7bc79c4b7d095136a (patch)
tree965873ba9ce0242aad6149903f1f1aa962298638 /configure
parentb3186ed071dc514391e06e85e9dd6c96d1295aea (diff)
downloadmpv-06c122f00190a40969501ad7bc79c4b7d095136a.tar.bz2
mpv-06c122f00190a40969501ad7bc79c4b7d095136a.tar.xz
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29440 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 41cc989538..24eb4b4c64 100755
--- a/configure
+++ b/configure
@@ -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"