aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/costablegen.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-05-19 18:12:17 +0200
committerDiego Biurrun <diego@biurrun.de>2011-05-19 19:30:12 +0200
commitc98657a21536ef71a1d8d6a7ff4d69dd19d9e5b7 (patch)
treeafcfa9634ee2346590fa1da5f869f7a93a0db9db /libavcodec/costablegen.c
parent8a0572b05451b9a161989ab1ec2c03447a4c1ce6 (diff)
downloadffmpeg-c98657a21536ef71a1d8d6a7ff4d69dd19d9e5b7.tar.gz
Remove potentially unstable filenames from comments in generated files.
Diffstat (limited to 'libavcodec/costablegen.c')
-rw-r--r--libavcodec/costablegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/costablegen.c b/libavcodec/costablegen.c
index 65c492696b..6bfb8eabf2 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++) {