diff mdct.c @ 11370:4b3da727d832 libavcodec

Move FFT parts from dsputil.h to fft.h
author mru
date Sat, 06 Mar 2010 14:34:46 +0000
parents 3d011a01a6a0
children 6f1697664bf2
line wrap: on
line diff
--- a/mdct.c	Sat Mar 06 14:24:59 2010 +0000
+++ b/mdct.c	Sat Mar 06 14:34:46 2010 +0000
@@ -18,7 +18,9 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#include "dsputil.h"
+
+#include "libavutil/mathematics.h"
+#include "fft.h"
 
 /**
  * @file libavcodec/mdct.c