From ebe46b8063ae2e1ae77b6a83f6408c66e20a0728 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 20 Oct 2012 15:29:32 +0100 Subject: ARM: reinstate optimised intmath.h Use of the ARM optimised intmath.h was accidentally dropped in 9734b8b. Signed-off-by: Mans Rullgard --- libavutil/intmath.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavutil/intmath.h') diff --git a/libavutil/intmath.h b/libavutil/intmath.h index b4b87e6059..2cb313240b 100644 --- a/libavutil/intmath.h +++ b/libavutil/intmath.h @@ -26,6 +26,10 @@ #include "config.h" #include "attributes.h" +#if ARCH_ARM +# include "arm/intmath.h" +#endif + /** * @addtogroup lavu_internal * @{ -- cgit v1.2.3