diff qdm2.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 98970e51365a
children 4c7afa50df6f
line wrap: on
line diff
--- a/qdm2.c	Sat Mar 06 14:24:59 2010 +0000
+++ b/qdm2.c	Sat Mar 06 14:34:46 2010 +0000
@@ -38,6 +38,7 @@
 #include "avcodec.h"
 #include "get_bits.h"
 #include "dsputil.h"
+#include "fft.h"
 #include "mpegaudio.h"
 
 #include "qdm2data.h"