Index: patched-ffmpeg-mt/libavcodec/costablegen.c |
=================================================================== |
--- patched-ffmpeg-mt/libavcodec/costablegen.c (revision 41250) |
+++ patched-ffmpeg-mt/libavcodec/costablegen.c (working copy) |
@@ -37,7 +37,7 @@ |
double (*func)(double) = do_sin ? sin : cos; |
printf("/* This file was generated by libavcodec/costablegen */\n"); |
- printf("#include \"libavcodec/dsputil.h\"\n"); |
+ printf("#include \"libavcodec/fft.h\"\n"); |
for (i = 4; i <= BITS; i++) { |
int m = 1 << i; |
double freq = 2*M_PI/m; |