projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0828e47
)
use POSIX "strings -a" rather than "strings -"
author
Måns Rullgård
<mans@mansr.com>
Sun, 26 Aug 2007 09:11:22 +0000
(09:11 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 26 Aug 2007 09:11:22 +0000
(09:11 +0000)
Originally committed as revision 10233 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
c584694
..
e244e48
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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 -
a
$TMPO | grep -q BIGE && enable bigendian
# ---
# check availability of some header files