diff synth_filter.h @ 11412:811467079ec9 libavcodec

Add lots of missing includes
author mru
date Mon, 08 Mar 2010 18:43:52 +0000
parents 473d52076994
children 18f17f44de37
line wrap: on
line diff
--- a/synth_filter.h	Mon Mar 08 18:43:47 2010 +0000
+++ b/synth_filter.h	Mon Mar 08 18:43:52 2010 +0000
@@ -21,7 +21,7 @@
 #ifndef AVCODEC_SYNTH_FILTER_H
 #define AVCODEC_SYNTH_FILTER_H
 
-#include "dsputil.h"
+#include "fft.h"
 
 void ff_synth_filter_float(FFTContext *imdct,
                            float *synth_buf_ptr, int *synth_buf_offset,