Re: [FFmpeg-devel] [PATCH] configure: check for sysctl.h explicitly

2023-01-20 Thread Aman Karmani
On Tue, Jan 17, 2023 at 3:23 AM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Aman Karmani: > > From: Aman Karmani > > > > HAVE_SYSCTL is used to guard #include , so make sure > > we only define it when that header is present. > > > > In recent glibc, the header was removed: > > h

Re: [FFmpeg-devel] [PATCH] configure: check for sysctl.h explicitly

2023-01-17 Thread Andreas Rheinhardt
Aman Karmani: > From: Aman Karmani > > HAVE_SYSCTL is used to guard #include , so make sure > we only define it when that header is present. > > In recent glibc, the header was removed: > https://sourceware.org/pipermail/glibc-cvs/2020q2/069366.html > > Signed-off-by: Aman Karmani > --- >