summaryrefslogtreecommitdiffstats
path: root/mp3lib/decode_MMX.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-26 10:12:40 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-26 10:12:40 +0000
commitbaa587170e63566f91dad212ff8b42d6c7966f4a (patch)
treef9ea544cad0a0382312e43f8bdbbfa4fdcab99fc /mp3lib/decode_MMX.c
parent681827cb68fa33a3722e0a762b5b5f5477ef7291 (diff)
downloadmpv-baa587170e63566f91dad212ff8b42d6c7966f4a.tar.bz2
mpv-baa587170e63566f91dad212ff8b42d6c7966f4a.tar.xz
attribute_used for gcc3.4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12293 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/decode_MMX.c')
-rw-r--r--mp3lib/decode_MMX.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mp3lib/decode_MMX.c b/mp3lib/decode_MMX.c
index 6461dd55d9..990e56305c 100644
--- a/mp3lib/decode_MMX.c
+++ b/mp3lib/decode_MMX.c
@@ -7,11 +7,12 @@
* Local ChangeLog:
* - Partial loops unrolling and removing MOVW insn from loops
*/
+#include "../config.h"
#include "../mangle.h"
#define real float /* ugly - but only way */
-static unsigned long long __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;
-static unsigned long long __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL;
+static unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;
+static unsigned long long attribute_used __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL;
unsigned long __attribute__((aligned(8))) costab_mmx[] =
{
1056974725,