]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/costablegen.c
ARM: (mostly) whitespace cosmetics
[ffmpeg] / libavcodec / costablegen.c
index f82fb042fb350c3a86fad17d062180d9750e7012..bfcd6356a070897cafd055fcf422977b5eab8765 100644 (file)
@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
     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;