Browse Source

fix endian detection on MacOS

Originally committed as revision 10232 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 18 years ago
parent
commit
0828e47642
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -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 - $TMPO | grep -q BIGE && enable bigendian

# ---
# check availability of some header files


Loading…
Cancel
Save