OSDN Git Service

Fix ff_imdct_calc_sse() on gcc-4.6
authorAlex Converse <alex.converse@gmail.com>
Sun, 30 Jan 2011 09:04:41 +0000 (01:04 -0800)
committerMans Rullgard <mans@mansr.com>
Wed, 2 Feb 2011 02:40:05 +0000 (02:40 +0000)
commit770c410fbb8e1b87ce8ad7f3d7eddaa55e2b8295
tree5187c4ae2ee2ae58f2295aa39eb1a69a545e7c0b
parentea7f080749d68a431226ce196014da38761a0d82
Fix ff_imdct_calc_sse() on gcc-4.6

Gcc 4.6 only preserves the first value when using an array with an "m"
constraint.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/x86/fft_sse.c