Module: libav Branch: master Commit: ebe46b8063ae2e1ae77b6a83f6408c66e20a0728
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Sat Oct 20 15:29:32 2012 +0100 ARM: reinstate optimised intmath.h Use of the ARM optimised intmath.h was accidentally dropped in 9734b8b. Signed-off-by: Mans Rullgard <[email protected]> --- libavutil/intmath.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/libavutil/intmath.h b/libavutil/intmath.h index b4b87e6..2cb3132 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 * @{ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
