[SCM] libav/experimental: configure: break a long line

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


The following commit has been merged in the experimental branch:
commit 7cee5421d672e9209f91ff5dea3432106a0fd0fa
Author: Måns Rullgård <mans at mansr.com>
Date:   Wed Sep 30 22:08:16 2009 +0000

    configure: break a long line
    
    Originally committed as revision 20108 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 04f20e6..4e24df0 100755
--- a/configure
+++ b/configure
@@ -2163,7 +2163,8 @@ elif enabled x86; then
 EOF
 
     # check whether EBX is available on x86
-    check_asm ebx_available '""::"b"(0)' && check_asm ebx_available '"":::"%ebx"'
+    check_asm ebx_available '""::"b"(0)' &&
+        check_asm ebx_available '"":::"%ebx"'
 
     # check whether more than 10 operands are supported
     check_cc <<EOF && enable ten_operands

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list