[x264-devel] aarch64: Fix building checkasm for iOS
Martin Storsjö
git at videolan.org
Mon May 22 00:00:02 CEST 2017
x264 | branch: master | Martin Storsjö <martin at martin.st> | Thu Mar 23 15:05:38 2017 +0200| [469ad705b1064207b6b1068d1e25a0a591021007] | committer: Henrik Gramner
aarch64: Fix building checkasm for iOS
On iOS, symbols are prefixed - this prefix gets added by the X()
macro.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=469ad705b1064207b6b1068d1e25a0a591021007
---
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 0341a5a3..3d0cca8d 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
More information about the x264-devel
mailing list