[x264-devel] [PATCH 1/1] arm: remove comma between macro name nad first argument

Janne Grunau janne-x264 at jannau.net
Wed Sep 23 00:35:48 CEST 2015


fixes llvm's integrated asm with:

c842d76b038a3b93ee181d7e5cf2d92d97b302ba

    arm: Implement chroma intra deblock
---
 common/arm/deblock-a.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/arm/deblock-a.S b/common/arm/deblock-a.S
index 198cbec..94dd337 100644
--- a/common/arm/deblock-a.S
+++ b/common/arm/deblock-a.S
@@ -672,7 +672,7 @@ function x264_deblock_h_chroma_intra_mbaff_neon
 
     TRANSPOSE4x4_16 d18, d16, d0, d2
 
-    h264_loop_filter_chroma_intra, width=8
+    h264_loop_filter_chroma_intra width=8
 
     vtrn.16         d16, d0
 
-- 
2.5.2



More information about the x264-devel mailing list