summaryrefslogtreecommitdiffstats
path: root/libavcodec/dct.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dct.c')
-rw-r--r--libavcodec/dct.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/dct.c b/libavcodec/dct.c
index 3776349..d627a55 100644
--- a/libavcodec/dct.c
+++ b/libavcodec/dct.c
@@ -28,7 +28,8 @@
*/
#include <math.h>
-#include "dsputil.h"
+#include "libavutil/mathematics.h"
+#include "fft.h"
av_cold int ff_dct_init(DCTContext *s, int nbits, int inverse)
{
OpenPOWER on IntegriCloud