diff vorbis_enc.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 84cca0a953c5
children 8a4984c5cacc
line wrap: on
line diff
--- a/vorbis_enc.c	Sat Mar 06 14:24:59 2010 +0000
+++ b/vorbis_enc.c	Sat Mar 06 14:34:46 2010 +0000
@@ -27,6 +27,7 @@
 #include <float.h>
 #include "avcodec.h"
 #include "dsputil.h"
+#include "fft.h"
 #include "vorbis.h"
 #include "vorbis_enc_data.h"