shithub: openh264

Download patch

ref: 0ff484ccaba64b0236c89c806397eecb1a97aade
parent: 01068cc9b967e4931d9a584930304d8ca317ebbd
author: Sheng-Hao Tsao <shenghao@google.com>
date: Wed Dec 6 13:54:57 EST 2017

Fix Clang compiler error

Clang compiler does not recognize .func and .endFunc.
Removed them.

--- a/codec/common/arm/arm_arch_common_macro.S
+++ b/codec/common/arm/arm_arch_common_macro.S
@@ -60,13 +60,11 @@
 .arm
 .global \funcName
 .type \funcName, %function
-.func \funcName
 \funcName:
 .endm
 
 .macro WELS_ASM_FUNC_END
 mov pc, lr
-.endfunc
 .endm
 #endif