From 77a7de7e0eb0598b3283269a0f79fd22b102fde0 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 24 Jun 2002 13:26:26 +0000 Subject: revert volatile variable (weird gcc bug) CVS patchset: 2153 CVS date: 2002/06/24 13:26:26 --- src/libffmpeg/libavcodec/i386/fdct_mmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libffmpeg/libavcodec/i386/fdct_mmx.c b/src/libffmpeg/libavcodec/i386/fdct_mmx.c index dcc5c514c..7135beb21 100644 --- a/src/libffmpeg/libavcodec/i386/fdct_mmx.c +++ b/src/libffmpeg/libavcodec/i386/fdct_mmx.c @@ -46,7 +46,7 @@ const int16_t ocos_4_16[4] = { }; static const mmx_t fdct_one_corr = {0x0001000100010001LL}; -static const mmx_t fdct_r_row = { d:{RND_FRW_ROW, RND_FRW_ROW} }; +static volatile mmx_t fdct_r_row = { d:{RND_FRW_ROW, RND_FRW_ROW} }; const int16_t tab_frw_01234567[] ATTR_ALIGN(8) = { // forward_dct coeff table //row0 -- cgit v1.2.3