Commit 6697bc33 authored by Ronald S. Bultje's avatar Ronald S. Bultje

Revert r24931, it broke Win32 and some BSD compiles (yay fate).

Originally committed as revision 24934 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3d1b1caa
......@@ -171,7 +171,6 @@ void ff_vp3_idct_sse2(int16_t *input_data)
VP3_1D_IDCT_SSE2(ADD8, SHIFT4)
PUT_BLOCK(%%xmm0, %%xmm1, %%xmm2, %%xmm3, %%xmm4, %%xmm5, %%xmm6, %%xmm7)
:: "r"(input_data), "r"(ff_vp3_idct_data), "m"(ff_pw_8)
: "%xmm6", "%xmm7"
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment