[SCM] libav/experimental: configure: drop -A flag to od

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:58:07 UTC 2013


The following commit has been merged in the experimental branch:
commit 48fc536aba6ac6b78ec547574a6526e3e501d10c
Author: Måns Rullgård <mans at mansr.com>
Date:   Tue Jan 19 15:52:43 2010 +0000

    configure: drop -A flag to od
    
    Originally committed as revision 21325 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 5612843..f28120e 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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list