summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-08-25 20:36:35 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-08-25 20:36:35 +0000
commit6697bc33e2523265c430a31d5babde10798a9ee4 (patch)
tree832b84078a44115d890998e5725a753fbd944430 /libavcodec
parent3d1b1caa6b87bbb2f7be06ae8194118170b90f36 (diff)
Revert r24931, it broke Win32 and some BSD compiles (yay fate).
Originally committed as revision 24934 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/vp3dsp_sse2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/vp3dsp_sse2.c b/libavcodec/x86/vp3dsp_sse2.c
index b545c38ac0..e0ebd42427 100644
--- a/libavcodec/x86/vp3dsp_sse2.c
+++ b/libavcodec/x86/vp3dsp_sse2.c
@@ -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"
);
}