Index: patched-ffmpeg-mt/libavcodec/x86/fft.h |
=================================================================== |
--- patched-ffmpeg-mt/libavcodec/x86/fft.h (revision 41250) |
+++ patched-ffmpeg-mt/libavcodec/x86/fft.h (working copy) |
@@ -19,7 +19,7 @@ |
#ifndef AVCODEC_X86_FFT_H |
#define AVCODEC_X86_FFT_H |
-#include "libavcodec/dsputil.h" |
+#include "libavcodec/fft.h" |
void ff_fft_permute_sse(FFTContext *s, FFTComplex *z); |
void ff_fft_calc_sse(FFTContext *s, FFTComplex *z); |