Re: [FFmpeg-devel] [PATCH 2/3] checkasm/vp9dsp: rename the iszero function to is_zero

2021-06-08 Thread James Almer
On 6/7/2021 6:23 PM, Ronald S. Bultje wrote: Hi, On Sun, Jun 6, 2021 at 10:42 PM James Almer wrote: From: Matthieu Patou The function name iszero() may collide with a function in glibc. Suggested-by: ffm...@fb.com Signed-off-by: James Almer --- tests/checkasm/vp9dsp.c | 6 +++--- 1 fil

Re: [FFmpeg-devel] [PATCH 2/3] checkasm/vp9dsp: rename the iszero function to is_zero

2021-06-07 Thread Ronald S. Bultje
Hi, On Sun, Jun 6, 2021 at 10:42 PM James Almer wrote: > From: Matthieu Patou > > The function name iszero() may collide with a function in glibc. > > Suggested-by: ffm...@fb.com > Signed-off-by: James Almer > --- > tests/checkasm/vp9dsp.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 dele

[FFmpeg-devel] [PATCH 2/3] checkasm/vp9dsp: rename the iszero function to is_zero

2021-06-06 Thread James Almer
From: Matthieu Patou The function name iszero() may collide with a function in glibc. Suggested-by: ffm...@fb.com Signed-off-by: James Almer --- tests/checkasm/vp9dsp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/checkasm/vp9dsp.c b/tests/checkasm/vp9dsp.c i