diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-08 21:38:32 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-08 21:38:58 +0200 |
commit | eb2def0ff2c40033e871e7be8a37a53cd4ac45b8 (patch) | |
tree | d89a5a756cc9336fb03160c422e45337cd95b450 /configure | |
parent | 0472c5f8a1f1d267bad6c3418a1d071c4824f285 (diff) | |
parent | 444c73583d2848a542330c03949e1f933ac68f53 (diff) | |
download | ffmpeg-streaming-eb2def0ff2c40033e871e7be8a37a53cd4ac45b8.zip ffmpeg-streaming-eb2def0ff2c40033e871e7be8a37a53cd4ac45b8.tar.gz |
Merge commit '444c73583d2848a542330c03949e1f933ac68f53'
* commit '444c73583d2848a542330c03949e1f933ac68f53':
configure: Only run gas checks on ARM and PowerPC
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4362,7 +4362,7 @@ EOF return 0 } -if enabled asm; then +if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then enabled_any arm aarch64 && nogas=die enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn |