[SCM] libav/experimental: configure: rename a variable in check_asm

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:58:01 UTC 2013


The following commit has been merged in the experimental branch:
commit 3784e82e9cce5d5440602e573f2dbd440388d758
Author: Måns Rullgård <mans at mansr.com>
Date:   Mon Jan 18 23:12:53 2010 +0000

    configure: rename a variable in check_asm
    
    Originally committed as revision 21302 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 461c1b9..8d53fb3 100755
--- a/configure
+++ b/configure
@@ -583,11 +583,11 @@ check_as(){
 check_asm(){
     log check_asm "$@"
     name="$1"
-    asm="$2"
+    code="$2"
     shift 2
     disable $name
     check_as "$@" <<EOF && enable $name
-void foo(void){ __asm__ volatile($asm); }
+void foo(void){ __asm__ volatile($code); }
 EOF
 }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list