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/arm/dca.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/arm/dca.h') diff --git a/libavcodec/arm/dca.h b/libavcodec/arm/dca.h index 09b6e64baa..3e55e433c2 100644 --- a/libavcodec/arm/dca.h +++ b/libavcodec/arm/dca.h @@ -22,8 +22,9 @@ #define AVCODEC_ARM_DCA_H #include + #include "config.h" -#include "libavutil/intmath.h" +#include "libavcodec/mathops.h" #if HAVE_ARMV6_INLINE && AV_GCC_VERSION_AT_LEAST(4,4) -- cgit v1.2.3