Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-01-19 18:52:43 +0300
committerMåns Rullgård <mans@mansr.com>2010-01-19 18:52:43 +0300
commit48fc536aba6ac6b78ec547574a6526e3e501d10c (patch)
tree488d1a95eecc8ca3111b1a1b5a7c0fefe92d0a11 /configure
parentf6993412b760c236ac624b7f715a85e4c3f08be8 (diff)
configure: drop -A flag to od
Originally committed as revision 21325 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 561284376b..f28120e939 100755
--- 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