[FFmpeg-cvslog] r20108 - trunk/configure

mru subversion
Thu Oct 1 00:08:16 CEST 2009


Author: mru
Date: Thu Oct  1 00:08:16 2009
New Revision: 20108

Log:
configure: break a long line

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Sep 30 23:57:13 2009	(r20107)
+++ trunk/configure	Thu Oct  1 00:08:16 2009	(r20108)
@@ -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



More information about the ffmpeg-cvslog mailing list