From 76b19a3984359b3be44d4f7e4e69b7b86729a622 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 25 Feb 2013 22:39:46 +0100 Subject: Fix a number of incorrect intmath.h #includes. --- libavcodec/fft-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/fft-internal.h') diff --git a/libavcodec/fft-internal.h b/libavcodec/fft-internal.h index d30571b733..c312625837 100644 --- a/libavcodec/fft-internal.h +++ b/libavcodec/fft-internal.h @@ -36,7 +36,7 @@ #else -#include "libavutil/intmath.h" +#include "fft.h" #include "mathops.h" void ff_mdct_calcw_c(FFTContext *s, FFTDouble *output, const FFTSample *input); -- cgit v1.2.3