summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-06-24 13:26:26 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-06-24 13:26:26 +0000
commit77a7de7e0eb0598b3283269a0f79fd22b102fde0 (patch)
treefc75cd10e5f4b4bed469ccb89a58c32cb7bcbe9d
parent3f9fe3b8a52c6d9bf711319be4bab7d9d448d971 (diff)
downloadxine-lib-77a7de7e0eb0598b3283269a0f79fd22b102fde0.tar.gz
xine-lib-77a7de7e0eb0598b3283269a0f79fd22b102fde0.tar.bz2
revert volatile variable (weird gcc bug)
CVS patchset: 2153 CVS date: 2002/06/24 13:26:26
-rw-r--r--src/libffmpeg/libavcodec/i386/fdct_mmx.c2
1 files changed, 1 insertions, 1 deletions
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