summaryrefslogtreecommitdiffstats
path: root/mp3lib/decode_i586.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/decode_i586.c')
-rw-r--r--mp3lib/decode_i586.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mp3lib/decode_i586.c b/mp3lib/decode_i586.c
index 946116cb07..7b0359ca65 100644
--- a/mp3lib/decode_i586.c
+++ b/mp3lib/decode_i586.c
@@ -23,11 +23,12 @@
*
* $Id$
*/
+#include "../config.h"
#include "../mangle.h"
#define real float /* ugly - but only way */
static long buffs[1088];
-static long bo=1;
+static long attribute_used bo=1;
static long saved_ebp;
int synth_1to1_pent(real *bandPtr, int channel, short *samples)