Re: [FFmpeg-devel] [PATCH] build: fix windows build issue introduced by 45bea45

2025-05-16 Thread Nuo Mi
m happy to make the change. On Fri, May 16, 2025 at 4:31 AM softworkz . wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of Nuo Mi > > Sent: Donnerstag, 15. Mai 2025 14:46 > > To: ffmpeg-devel@ffmpeg.org > > Cc: Nuo Mi > > Subj

Re: [FFmpeg-devel] [PATCH] build: fix windows build issue introduced by 45bea45

2025-05-15 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of Nuo Mi > Sent: Donnerstag, 15. Mai 2025 14:46 > To: ffmpeg-devel@ffmpeg.org > Cc: Nuo Mi > Subject: [FFmpeg-devel] [PATCH] build: fix windows build issue introduced by > 45bea45 > > We defined CR to 2 i

Re: [FFmpeg-devel] [PATCH] build: fix windows build issue introduced by 45bea45

2025-05-15 Thread Zhao Zhili
> On May 15, 2025, at 20:46, Nuo Mi wrote: > > We defined CR to 2 in libavcodec/vvc/dec.h, but the CR used by > _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY winnt.h > reorder the header will avoid the issue. There are similar issues of using short uppercase variable names or macro, e.g., f0f596dbc6b

[FFmpeg-devel] [PATCH] build: fix windows build issue introduced by 45bea45

2025-05-15 Thread Nuo Mi
We defined CR to 2 in libavcodec/vvc/dec.h, but the CR used by _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY winnt.h reorder the header will avoid the issue. --- tests/checkasm/vvc_sao.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/checkasm/vvc_sao.c b/tests/checkasm/vvc_sao.