Re: [FFmpeg-devel] [PATCH] lavc/aarch64: fix include for cpu.h

2024-05-13 Thread Ramiro Polla
On Mon, May 13, 2024 at 12:15 PM Martin Storsjö wrote: > On Sat, 11 May 2024, Ramiro Polla wrote: > > On Sun, Jan 21, 2024 at 10:57 PM Ramiro Polla > > wrote: > >> > >> --- > >> libavcodec/aarch64/idctdsp_init_aarch64.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff -

Re: [FFmpeg-devel] [PATCH] lavc/aarch64: fix include for cpu.h

2024-05-13 Thread Martin Storsjö
On Sat, 11 May 2024, Ramiro Polla wrote: On Sun, Jan 21, 2024 at 10:57 PM Ramiro Polla wrote: --- libavcodec/aarch64/idctdsp_init_aarch64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aarch64/idctdsp_init_aarch64.c b/libavcodec/aarch64/idctdsp_init_aarch64

Re: [FFmpeg-devel] [PATCH] lavc/aarch64: fix include for cpu.h

2024-05-11 Thread Ramiro Polla
On Sun, Jan 21, 2024 at 10:57 PM Ramiro Polla wrote: > > --- > libavcodec/aarch64/idctdsp_init_aarch64.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/aarch64/idctdsp_init_aarch64.c > b/libavcodec/aarch64/idctdsp_init_aarch64.c > index eec21aa5a2..8efd5f5323

[FFmpeg-devel] [PATCH] lavc/aarch64: fix include for cpu.h

2024-01-21 Thread Ramiro Polla
--- libavcodec/aarch64/idctdsp_init_aarch64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aarch64/idctdsp_init_aarch64.c b/libavcodec/aarch64/idctdsp_init_aarch64.c index eec21aa5a2..8efd5f5323 100644 --- a/libavcodec/aarch64/idctdsp_init_aarch64.c +++ b/libavco