From baa587170e63566f91dad212ff8b42d6c7966f4a Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 26 Apr 2004 10:12:40 +0000 Subject: attribute_used for gcc3.4 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12293 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct64_k7.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mp3lib/dct64_k7.c') diff --git a/mp3lib/dct64_k7.c b/mp3lib/dct64_k7.c index 46e99b32d7..18de2f27aa 100644 --- a/mp3lib/dct64_k7.c +++ b/mp3lib/dct64_k7.c @@ -9,10 +9,11 @@ */ #define real float /* ugly - but only way */ +#include "../config.h" #include "../mangle.h" static unsigned long long int __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL; -static float plus_1f = 1.0; +static float attribute_used plus_1f = 1.0; void dct64_MMX_3dnowex(real *a,real *b,real *c) { -- cgit v1.2.3