shithub: openh264

Download patch

ref: 3240a14baa5f122344c817e92989a6940c22acb8
parent: 8fb66772664c47dba6918a61507faac207656adb
author: Martin Storsjö <[email protected]>
date: Mon Jul 28 04:30:44 EDT 2014

Add a missing .endm in the gnu version of macros

--- a/codec/processing/src/arm64/vaa_calc_aarch64_neon.S
+++ b/codec/processing/src/arm64/vaa_calc_aarch64_neon.S
@@ -77,6 +77,7 @@
     ABS_SUB_SUM_16BYTES \arg0, \arg1
     ABS_SUB_SUM_16BYTES \arg0, \arg1
     ABS_SUB_SUM_16BYTES \arg0, \arg1
+.endm
 #endif
 
 /*
@@ -564,4 +565,4 @@
     str     s17, [x5]
 WELS_ASM_AARCH64_FUNC_END
 
-#endif
\ No newline at end of file
+#endif