[FFmpeg-cvslog] r12437 - trunk/configure
mru
subversion
Fri Mar 14 00:28:58 CET 2008
Author: mru
Date: Fri Mar 14 00:28:57 2008
New Revision: 12437
Log:
new attempt at portable endian test
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Mar 14 00:28:57 2008
@@ -1565,7 +1565,7 @@ enabled vis && add_cflags "-mcpu=ultrasp
check_cc <<EOF || die "endian test failed"
unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
EOF
-od -t x1 $TMPO | grep -q '42 49 47 45' && enable bigendian
+od -A n -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
# ---
# check availability of some header files
More information about the ffmpeg-cvslog
mailing list