[x264-devel] [PATCH 1/1] arm: remove comma between macro name nad first argument
Janne Grunau
janne-x264 at jannau.net
Wed Sep 23 08:58:06 CEST 2015
On 2015-09-23 08:44:35 +0300, Martin Storsjö wrote:
> On Wed, 23 Sep 2015, Janne Grunau wrote:
>
> >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
>
> Ok, thanks, and sorry for breaking things!
no problem, I make the same error all the time. I guess it would be
easier if I change llvm to accept a comma between the macro and its
first argument.
Janne
More information about the x264-devel
mailing list