]> git.sesse.net Git - mlt/commitdiff
Fix asm compilation on some versions of gcc.
authorDan Dennedy <dan@dennedy.org>
Sun, 16 Feb 2014 20:03:38 +0000 (12:03 -0800)
committerDan Dennedy <dan@dennedy.org>
Sun, 16 Feb 2014 20:03:38 +0000 (12:03 -0800)
src/modules/decklink/common.cpp

index cafdda9f18964f257bd5d218e0cf0207f558fb81..34665f51926df7f647dac265e603e30f6ab78448 100644 (file)
@@ -124,7 +124,7 @@ void swab2( const void *from, void *to, int n )
 
                :
                : [from]"r"(from), [to]"r"(to), [cnt]"r"(n / SWAB_STEP)
-               : "xmm0", "xmm1"
+               //: "xmm0", "xmm1"
        );
 
        from = (unsigned char*) from + n - (n % SWAB_STEP);