git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f699341
)
configure: drop -A flag to od
author
Måns Rullgård
<mans@mansr.com>
Tue, 19 Jan 2010 15:52:43 +0000
(15:52 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Tue, 19 Jan 2010 15:52:43 +0000
(15:52 +0000)
Originally committed as revision 21325 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
5612843
..
f28120e
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-2244,7
+2244,7
@@
EOF
check_cc <<EOF || die "endian test failed"
unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
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