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