[x264-devel] [PATCH 1/1] arm: remove comma between macro name nad first argument
Martin Storsjö
martin at martin.st
Wed Sep 23 07:44:35 CEST 2015
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!
// Martin
More information about the x264-devel
mailing list