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/ac3dec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ac3dec.h') diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index 3fd67af50b..cc44a0300a 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -31,6 +31,7 @@ #include "ac3.h" #include "get_bits.h" #include "dsputil.h" +#include "fft.h" /* override ac3.h to include coupling channel */ #undef AC3_MAX_CHANNELS -- cgit v1.2.3