X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wmadec_filter.c;h=0b381c5d9f0baabb657d0b8d51adfb8683e1495b;hp=bb534df528c5278198da5c116eb324bfe099da85;hb=1d54a5412ef39590022e6dd4448881f267e96d0b;hpb=7584638594109184f329bead008f1dcdd9030767 diff --git a/wmadec_filter.c b/wmadec_filter.c index bb534df5..0b381c5d 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -150,7 +150,7 @@ struct private_wmadec_data { #define VLCBITS 9 #define VLCMAX DIV_ROUND_UP(22, VLCBITS) -#define SINE_WINDOW(x) float sine_ ## x[x] __a_aligned(16) +#define SINE_WINDOW(x) static float sine_ ## x[x] __a_aligned(16) SINE_WINDOW(128); SINE_WINDOW(256);