Commit ebe46b80 authored by Mans Rullgard's avatar Mans Rullgard

ARM: reinstate optimised intmath.h

Use of the ARM optimised intmath.h was accidentally dropped in 9734b8ba.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 0f13cd31
......@@ -26,6 +26,10 @@
#include "config.h"
#include "attributes.h"
#if ARCH_ARM
# include "arm/intmath.h"
#endif
/**
* @addtogroup lavu_internal
* @{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment