X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ffft_template.c;h=762c014bc8be7cfab0e7b8289dac934b28fc43cb;hb=32d021cfa6520c53da23a10732f9ae9cf28ea948;hp=6c77854e411b6affdce1e7e0874e1adc6b8e6905;hpb=be6749c7190e8dd4a5fc44b1efef6cfac3209b5f;p=ffmpeg diff --git a/libavcodec/fft_template.c b/libavcodec/fft_template.c index 6c77854e411..762c014bc8b 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)\