提交 0828e476 编写于 作者: M Måns Rullgård

fix endian detection on MacOS

Originally committed as revision 10232 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 c9076276
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册