diff vorbis_dec.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 5d4991dd23de
children 8a4984c5cacc
line wrap: on
line diff
--- a/vorbis_dec.c	Sat Mar 06 14:24:59 2010 +0000
+++ b/vorbis_dec.c	Sat Mar 06 14:34:46 2010 +0000
@@ -30,6 +30,7 @@
 #include "avcodec.h"
 #include "get_bits.h"
 #include "dsputil.h"
+#include "fft.h"
 
 #include "vorbis.h"
 #include "xiph.h"