diff options
author | Måns Rullgård <mans@mansr.com> | 2010-01-19 15:52:43 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-01-19 15:52:43 +0000 |
commit | 48fc536aba6ac6b78ec547574a6526e3e501d10c (patch) | |
tree | 488d1a95eecc8ca3111b1a1b5a7c0fefe92d0a11 /configure | |
parent | f6993412b760c236ac624b7f715a85e4c3f08be8 (diff) | |
download | ffmpeg-48fc536aba6ac6b78ec547574a6526e3e501d10c.tar.gz |
configure: drop -A flag to od
Originally committed as revision 21325 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |