shithub: openh264

Download patch

ref: 964e98fb766eb16db14568ce90539b88f2d85c1d
parent: 8fb66772664c47dba6918a61507faac207656adb
parent: 3240a14baa5f122344c817e92989a6940c22acb8
author: zhilwang <[email protected]>
date: Mon Jul 28 10:20:49 EDT 2014

Merge pull request #1226 from mstorsjo/arm64-fix-missing-endm

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