configure: drop -A flag to od
Originally committed as revision 21325 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f6993412b7
commit
48fc536aba
2
configure
vendored
2
configure
vendored
@ -2244,7 +2244,7 @@ EOF
|
|||||||
check_cc <<EOF || die "endian test failed"
|
check_cc <<EOF || die "endian test failed"
|
||||||
unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
|
unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
|
||||||
EOF
|
EOF
|
||||||
od -A n -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
|
od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
|
||||||
|
|
||||||
if enabled alpha; then
|
if enabled alpha; then
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user