Diego Biurrun <[email protected]> writes: > --- > libavcodec/costablegen.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/costablegen.c b/libavcodec/costablegen.c > index 65c4926..6bfb8ea 100644 > --- a/libavcodec/costablegen.c > +++ b/libavcodec/costablegen.c > @@ -54,7 +54,7 @@ int main(int argc, char *argv[]) > int fixed = argc > 2 && !strcmp(argv[2], "fixed"); > double (*func)(double) = do_sin ? sin : cos; > > - printf("/* This file was generated by libavcodec/costablegen */\n"); > + printf("/* This file was automatically generated. */\n"); > printf("#define CONFIG_FFT_FLOAT %d\n", !fixed); > printf("#include \"libavcodec/%s\"\n", do_sin ? "rdft.h" : "fft.h"); > for (i = 4; i <= BITS; i++) {
OK -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
