diff -ur avifile-0.7-0.7.41/lib/common/mmx.cpp avifile-0.7-0.7.41-patched/lib/common/mmx.cpp --- avifile-0.7-0.7.41/lib/common/mmx.cpp 2005-01-01 17:12:16.000000000 +0100 +++ avifile-0.7-0.7.41-patched/lib/common/mmx.cpp 2005-01-01 17:31:12.734453080 +0100 @@ -122,12 +122,12 @@ // x_accum-=x_min; "subl %6, %%edx \n\t" // if(x_accum<=0) { - "jnc x2 \n\t" + "jnc 2f \n\t" // xaccum+=dst_w; "addl %7, %%edx \n\t" // src++; "addl $2, %%eax \n\t" - "x2: \n\t" + "2: \n\t" "decl %8 \n\t" "jnz 1b \n\t" "popl %%ebx \n\t"