diff x86/fft_sse.c @ 10175:5cf49858179a libavcodec

Move per-arch fft init bits into the corresponding subdirs
author mru
date Tue, 15 Sep 2009 21:14:14 +0000
parents 54456267c77c
children 38ab367d4231
line wrap: on
line diff
--- a/x86/fft_sse.c	Tue Sep 15 16:18:16 2009 +0000
+++ b/x86/fft_sse.c	Tue Sep 15 21:14:14 2009 +0000
@@ -21,6 +21,7 @@
 
 #include "libavutil/x86_cpu.h"
 #include "libavcodec/dsputil.h"
+#include "fft.h"
 
 DECLARE_ALIGNED(16, static const int, m1m1m1m1[4]) =
     { 1 << 31, 1 << 31, 1 << 31, 1 << 31 };