X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fcos_tablegen.c;h=92b82953362fc2e3dd72a5e79e562792eadabc1f;hb=f428893c172536fbc108b24790d7ecef301c77b7;hp=9cf9cef6aa02bc75ceaa13b2cb35a3ed3d713903;hpb=479a52795526a5ad6628e37d9614dee5e32dc773;p=ffmpeg diff --git a/libavcodec/cos_tablegen.c b/libavcodec/cos_tablegen.c index 9cf9cef6aa0..92b82953362 100644 --- a/libavcodec/cos_tablegen.c +++ b/libavcodec/cos_tablegen.c @@ -57,7 +57,7 @@ int main(int argc, char *argv[]) double (*func)(double) = do_sin ? sin : cos; printf("/* This file was automatically generated. */\n"); - printf("#define CONFIG_FFT_FLOAT %d\n", !fixed); + printf("#define FFT_FLOAT %d\n", !fixed); printf("#include \"libavcodec/%s\"\n", do_sin ? "rdft.h" : "fft.h"); for (i = 4; i <= BITS; i++) { int m = 1 << i;