]> git.sesse.net Git - mlt/blobdiff - src/modules/decklink/common.cpp
Fix asm compilation on some versions of gcc.
[mlt] / 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);