shithub: openh264

Download patch

ref: e20930ef73f1e05357faadfdab606511f5f3dcb6
parent: 73cc5862bad6518709f9a74f194d008fd2150734
author: Martin Storsjö <[email protected]>
date: Sat Mar 1 12:15:48 EST 2014

Mark the arm asm labels as functions

This fixes calling them from thumb code, on linux.

--- a/codec/common/arm_arch_common_macro.S
+++ b/codec/common/arm_arch_common_macro.S
@@ -45,6 +45,7 @@
 .align 2
 .arm
 .global \funcName
+.type \funcName, %function
 \funcName:
 .endm