diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c index 2f2f2e9275..dbe624dcfa 100644 --- a/libavcodec/fft-test.c +++ b/libavcodec/fft-test.c @@ -59,7 +59,7 @@ # define FMT "%6d" #endif -struct { +static struct { float re, im; } *exptab;