comparison configure @ 13047:4e613c87c2f5

spelling: big-endian and little-endian
author diego
date Wed, 18 Aug 2004 19:00:05 +0000
parents 9af70c5ff267
children 4072143b84f6
comparison
equal deleted inserted replaced
13046:ae4c33cf4bd2 13047:4e613c87c2f5
292 --enable-sse build with SSE support [autodetect] 292 --enable-sse build with SSE support [autodetect]
293 --enable-sse2 build with SSE2 support [autodetect] 293 --enable-sse2 build with SSE2 support [autodetect]
294 --enable-shm build with shm support [autodetect] 294 --enable-shm build with shm support [autodetect]
295 --enable-altivec build with Altivec support (PowerPC) [autodetect] 295 --enable-altivec build with Altivec support (PowerPC) [autodetect]
296 --disable-fastmemcpy disable 3DNow!/SSE/MMX optimized memcpy() [enable] 296 --disable-fastmemcpy disable 3DNow!/SSE/MMX optimized memcpy() [enable]
297 --enable-big-endian Force byte order to big endian [autodetect] 297 --enable-big-endian Force byte order to big-endian [autodetect]
298 --enable-debug[=1-3] compile debugging information into mplayer [disable] 298 --enable-debug[=1-3] compile debugging information into mplayer [disable]
299 --enable-profile compile profiling information into mplayer [disable] 299 --enable-profile compile profiling information into mplayer [disable]
300 --disable-sighandler disable sighandler for crashes [enable] 300 --disable-sighandler disable sighandler for crashes [enable]
301 --enable-i18n _experimental_ gnu gettext() support [autodetect] 301 --enable-i18n _experimental_ gnu gettext() support [autodetect]
302 --enable-dynamic-plugins Enable support for dynamic a/v plugins [disable] 302 --enable-dynamic-plugins Enable support for dynamic a/v plugins [disable]
5738 else 5738 else
5739 echo -n "failed to autodetect byte order, defaulting to " 5739 echo -n "failed to autodetect byte order, defaulting to "
5740 fi 5740 fi
5741 fi 5741 fi
5742 if test "$_big_endian" = yes ; then 5742 if test "$_big_endian" = yes ; then
5743 _byte_order='Big Endian' 5743 _byte_order='big-endian'
5744 _def_words_endian='#define WORDS_BIGENDIAN 1' 5744 _def_words_endian='#define WORDS_BIGENDIAN 1'
5745 else 5745 else
5746 _byte_order='Little Endian' 5746 _byte_order='little-endian'
5747 _def_words_endian='#undef WORDS_BIGENDIAN' 5747 _def_words_endian='#undef WORDS_BIGENDIAN'
5748 fi 5748 fi
5749 echores "$_byte_order" 5749 echores "$_byte_order"
5750 5750
5751 echocheck "shared postprocess lib" 5751 echocheck "shared postprocess lib"