shithub: openh264

Download patch

ref: 464244ccbe355c07fbcda488992e1d9bd505433a
parent: 955d27b3a21477d209c761f6c5e68add9db83d60
parent: f69c9074e793f01f9a78d6ea89edf9740e4c24c5
author: dongzha <dongzha@cisco.com>
date: Fri Aug 15 10:19:14 EDT 2014

Merge pull request #1280 from mstorsjo/arm-common-ifdefs

Add ifdef HAVE_NEON around the contents of arm_arch_common_macro.S

--- a/codec/common/arm/arm_arch_common_macro.S
+++ b/codec/common/arm/arm_arch_common_macro.S
@@ -30,6 +30,8 @@
  *
  */
 
+#ifdef HAVE_NEON
+
 .syntax unified
 
 #ifdef __APPLE__
@@ -62,4 +64,6 @@
 mov pc, lr
 .endfunc
 .endm
+#endif
+
 #endif