diff --git a/libavcodec/fft_template.c b/libavcodec/fft_template.c index 6c77854e41..762c014bc8 100644 --- a/libavcodec/fft_template.c +++ b/libavcodec/fft_template.c @@ -523,9 +523,11 @@ static void name(FFTComplex *z, const FFTSample *wre, unsigned int n)\ } PASS(pass) +#if !CONFIG_SMALL #undef BUTTERFLIES #define BUTTERFLIES BUTTERFLIES_BIG PASS(pass_big) +#endif #define DECL_FFT(n,n2,n4)\ static void fft##n(FFTComplex *z)\