summaryrefslogtreecommitdiff
path: root/libavcodec/fft.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 14:34:46 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-06 14:34:46 +0000
commit1429224b04cd10ef0d81c1c0d6eae82a5afad4d8 (patch)
treebf2a9dfa9f7a155d1163d96e76e98943a100bbb1 /libavcodec/fft.c
parent50e10cbd7a62bf7731bf00c1a190a7ae3d5b3831 (diff)
Move FFT parts from dsputil.h to fft.h
Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/fft.c')
-rw-r--r--libavcodec/fft.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/fft.c b/libavcodec/fft.c
index ef596ef564..facc6e05d9 100644
--- a/libavcodec/fft.c
+++ b/libavcodec/fft.c
@@ -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