[FFmpeg-cvslog] ARM: reinstate optimised intmath.h
Mans Rullgard
git at videolan.org
Sun Oct 21 16:19:08 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Oct 20 15:29:32 2012 +0100| [ebe46b8063ae2e1ae77b6a83f6408c66e20a0728] | committer: Mans Rullgard
ARM: reinstate optimised intmath.h
Use of the ARM optimised intmath.h was accidentally dropped in 9734b8b.
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ebe46b8063ae2e1ae77b6a83f6408c66e20a0728
---
libavutil/intmath.h | 4 ++++
1 file changed, 4 insertions(+)
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
* @{
More information about the ffmpeg-cvslog
mailing list