[x264-devel] [PATCH 2/2] aarch64: Fix building checkasm for iOS
Martin Storsjö
martin at martin.st
Thu Mar 23 14:05:38 CET 2017
On iOS, symbols are prefixed - this prefix gets added by the X()
macro.
---
tools/checkasm-aarch64.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/checkasm-aarch64.S b/tools/checkasm-aarch64.S
index 0341a5a..3d0cca8 100644
--- a/tools/checkasm-aarch64.S
+++ b/tools/checkasm-aarch64.S
@@ -149,7 +149,7 @@ function x264_checkasm_call, export=1
mov w9, #0
str w9, [x2]
movrel x0, error_message
- bl puts
+ bl X(puts)
0:
ldp x0, x1, [sp], #16
ldp d14, d15, [sp], #16
--
2.7.4
More information about the x264-devel
mailing list