# HG changeset patch # User lu_zero # Date 1157902613 0 # Node ID 44fdf93a090114cafd07d1ee675f422bb7b0e298 # Parent c537a97eec66aa81bed7e461d551711c331f116b Cleanup, from Emanuele Giaquinta diff -r c537a97eec66 -r 44fdf93a0901 wmadec.c --- a/wmadec.c Sun Sep 10 14:02:42 2006 +0000 +++ b/wmadec.c Sun Sep 10 15:36:53 2006 +0000 @@ -716,12 +716,7 @@ int n, v, a, ch, code, bsize; int coef_nb_bits, total_gain, parse_exponents; DECLARE_ALIGNED_16(float, window[BLOCK_MAX_SIZE * 2]); -// XXX: FIXME!! there's a bug somewhere which makes this mandatory under altivec -#ifdef HAVE_ALTIVEC - volatile int nb_coefs[MAX_CHANNELS] __attribute__((aligned(16))); -#else int nb_coefs[MAX_CHANNELS]; -#endif float mdct_norm; #ifdef TRACE