[FFmpeg-cvslog] r10233 - trunk/configure
mru
subversion
Sun Aug 26 11:11:22 CEST 2007
Author: mru
Date: Sun Aug 26 11:11:22 2007
New Revision: 10233
Log:
use POSIX "strings -a" rather than "strings -"
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Aug 26 11:11:22 2007
@@ -1508,7 +1508,7 @@ EOF
check_cc <<EOF || die "endian test failed"
unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
EOF
-strings - $TMPO | grep -q BIGE && enable bigendian
+strings -a $TMPO | grep -q BIGE && enable bigendian
# ---
# check availability of some header files
More information about the ffmpeg-cvslog
mailing list