summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fft_3dn2.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-09-15 21:14:14 +0000
committerMåns Rullgård <mans@mansr.com>2009-09-15 21:14:14 +0000
commitf486321395e3804ceece2a562f4bf1a8d99d5f24 (patch)
treef91c4602266840c48649887c3d85b9adc88525a2 /libavcodec/x86/fft_3dn2.c
parent9155be47d1e94f392ef8066f911c49e2a19358bc (diff)
Move per-arch fft init bits into the corresponding subdirs
Originally committed as revision 19864 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/fft_3dn2.c')
-rw-r--r--libavcodec/x86/fft_3dn2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/fft_3dn2.c b/libavcodec/x86/fft_3dn2.c
index 1f30edc99d..c20e2dd2c8 100644
--- a/libavcodec/x86/fft_3dn2.c
+++ b/libavcodec/x86/fft_3dn2.c
@@ -21,6 +21,7 @@
#include "libavutil/x86_cpu.h"
#include "libavcodec/dsputil.h"
+#include "fft.h"
DECLARE_ALIGNED_8(static const int, m1m1[2]) = { 1<<31, 1<<31 };