[FFmpeg-cvslog] configure: Suggest upgrading gas-preprocessor instead of just installing

Martin Storsjö git at videolan.org
Sun Aug 10 20:31:53 CEST 2014


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sun Aug 10 16:05:41 2014 +0300| [ab0742d2f34d70415620441b7ed7da2f03a0c14f] | committer: Martin Storsjö

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 at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab0742d2f34d70415620441b7ed7da2f03a0c14f
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 684a93c..411af5e 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list