diff options
author | Martin Storsjö <martin@martin.st> | 2014-08-10 16:05:41 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-08-10 16:25:45 +0300 |
commit | ab0742d2f34d70415620441b7ed7da2f03a0c14f (patch) | |
tree | 1988134a4c54e1c6ed58d7d4b0b735c44554d869 /configure | |
parent | 9f8cf50e3be04b8e178086edaa4598826143303d (diff) | |
download | ffmpeg-streaming-ab0742d2f34d70415620441b7ed7da2f03a0c14f.zip ffmpeg-streaming-ab0742d2f34d70415620441b7ed7da2f03a0c14f.tar.gz |
configure: Suggest upgrading gas-preprocessor instead of just installing
Older versions don't support all the features we test for now.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3799,7 +3799,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 |