]> git.sesse.net Git - ffmpeg/commitdiff
ARM: reinstate optimised intmath.h
authorMans Rullgard <mans@mansr.com>
Sat, 20 Oct 2012 14:29:32 +0000 (15:29 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 20 Oct 2012 16:26:37 +0000 (17:26 +0100)
Use of the ARM optimised intmath.h was accidentally dropped in 9734b8b.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/intmath.h

index b4b87e605932e8dd32df20b7f2b5ee54d05674bc..2cb313240b76028a49fd4dabdbf21d997c858ce1 100644 (file)
 #include "config.h"
 #include "attributes.h"
 
+#if ARCH_ARM
+#   include "arm/intmath.h"
+#endif
+
 /**
  * @addtogroup lavu_internal
  * @{