summaryrefslogtreecommitdiff
path: root/libavcodec/fft-internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-25 22:39:46 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-26 00:51:34 +0100
commit76b19a3984359b3be44d4f7e4e69b7b86729a622 (patch)
treeee381490bc907cd4fe0f2917467b8e5fcd1eb836 /libavcodec/fft-internal.h
parentd925cca95f5d2bb44632877d7f86e0df58275f52 (diff)
Fix a number of incorrect intmath.h #includes.
Diffstat (limited to 'libavcodec/fft-internal.h')
-rw-r--r--libavcodec/fft-internal.h2
1 files changed, 1 insertions, 1 deletions
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);