diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-10 19:53:00 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-10 20:31:14 +0200 |
commit | 3787495e1f2c2e2de333cf452021822c2655c8d0 (patch) | |
tree | 209d2e7202b7a331db1ba7a1443b75cd2eef2e29 | |
parent | 7e4e45d227e13972209fad39fc1bff9eddbdd905 (diff) | |
parent | ab0742d2f34d70415620441b7ed7da2f03a0c14f (diff) | |
download | ffmpeg-3787495e1f2c2e2de333cf452021822c2655c8d0.tar.gz |
Merge commit 'ab0742d2f34d70415620441b7ed7da2f03a0c14f'
* commit 'ab0742d2f34d70415620441b7ed7da2f03a0c14f':
configure: Suggest upgrading gas-preprocessor instead of just installing
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4385,7 +4385,7 @@ if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then if ! check_gas ; then as=${gas:=$as} check_gas || \ - $nogas "GNU assembler not found, install gas-preprocessor" + $nogas "GNU assembler not found, install/update gas-preprocessor" fi check_as <<EOF && enable as_func |