]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/fft.c
Alpha: move dsputil prototypes to a header file
[ffmpeg] / libavcodec / fft.c
index ef596ef56400d386784e1a14ae7d01e4a78f0805..facc6e05d968b2f44c398ab7afdb0b97c5b6196a 100644 (file)
@@ -26,7 +26,8 @@
  * FFT/IFFT transforms.
  */
 
-#include "dsputil.h"
+#include "libavutil/mathematics.h"
+#include "fft.h"
 
 /* cos(2*pi*x/n) for 0<=x<=n/4, followed by its reverse */
 #if !CONFIG_HARDCODED_TABLES