mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 04:12:14 +00:00
do not use "strings" in endian check
Originally committed as revision 10252 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
30a987ece9
commit
e89d9fd89c
2
configure
vendored
2
configure
vendored
@ -1508,7 +1508,7 @@ EOF
|
||||
check_cc <<EOF || die "endian test failed"
|
||||
unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
|
||||
EOF
|
||||
strings -a $TMPO | grep -q BIGE && enable bigendian
|
||||
grep -q BIGE $TMPO && enable bigendian
|
||||
|
||||
# ---
|
||||
# check availability of some header files
|
||||
|
Loading…
Reference in New Issue
Block a user