summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_k7.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-11 13:33:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-11 13:33:30 +0000
commit8e882b5b3b4a7ce992e5e6ff06ebf3b038dcfb79 (patch)
tree28e21d3eb5242090d315c0af1598c4e84f0b510d /mp3lib/dct64_k7.c
parent6226df7946aa54e8e34a517ea71f31b3a95f1ef4 (diff)
downloadmpv-8e882b5b3b4a7ce992e5e6ff06ebf3b038dcfb79.tar.bz2
mpv-8e882b5b3b4a7ce992e5e6ff06ebf3b038dcfb79.tar.xz
compilation fix for gcc 3.4.2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13919 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/dct64_k7.c')
-rw-r--r--mp3lib/dct64_k7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/dct64_k7.c b/mp3lib/dct64_k7.c
index 18de2f27aa..95fe61bc26 100644
--- a/mp3lib/dct64_k7.c
+++ b/mp3lib/dct64_k7.c
@@ -12,7 +12,7 @@
#include "../config.h"
#include "../mangle.h"
-static unsigned long long int __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
+static unsigned long long int attribute_used __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
static float attribute_used plus_1f = 1.0;
void dct64_MMX_3dnowex(real *a,real *b,real *c)