From 1429224b04cd10ef0d81c1c0d6eae82a5afad4d8 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 6 Mar 2010 14:34:46 +0000 Subject: Move FFT parts from dsputil.h to fft.h Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/synth_filter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/synth_filter.c') diff --git a/libavcodec/synth_filter.c b/libavcodec/synth_filter.c index a48939dbf3..a252b5c2b0 100644 --- a/libavcodec/synth_filter.c +++ b/libavcodec/synth_filter.c @@ -18,6 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "fft.h" #include "synth_filter.h" void ff_synth_filter_float(FFTContext *imdct, -- cgit v1.2.3