Re: [FFmpeg-devel] [PATCH] configure: improve check for POSIX ioctl

2024-09-01 Thread Ramiro Polla
On Fri, Aug 30, 2024 at 1:14 PM Ramiro Polla wrote: > On Thu, Aug 29, 2024 at 7:55 PM James Almer wrote: > > On 8/29/2024 2:18 PM, Ramiro Polla wrote: > > > On Thu, Aug 29, 2024 at 7:10 PM James Almer wrote: > > >> On 8/29/2024 10:40 AM, Ramiro Polla wrote: > > >>> Instead of relying on system #

Re: [FFmpeg-devel] [PATCH] configure: improve check for POSIX ioctl

2024-08-30 Thread Ramiro Polla
On Thu, Aug 29, 2024 at 7:55 PM James Almer wrote: > On 8/29/2024 2:18 PM, Ramiro Polla wrote: > > On Thu, Aug 29, 2024 at 7:10 PM James Almer wrote: > >> On 8/29/2024 10:40 AM, Ramiro Polla wrote: > >>> Instead of relying on system #ifdefs which may or may not be correct, > >>> detect the POSIX

Re: [FFmpeg-devel] [PATCH] configure: improve check for POSIX ioctl

2024-08-29 Thread James Almer
On 8/29/2024 2:18 PM, Ramiro Polla wrote: On Thu, Aug 29, 2024 at 7:10 PM James Almer wrote: On 8/29/2024 10:40 AM, Ramiro Polla wrote: Instead of relying on system #ifdefs which may or may not be correct, detect the POSIX ioctl signature at configure time. --- configure | 2 ++

Re: [FFmpeg-devel] [PATCH] configure: improve check for POSIX ioctl

2024-08-29 Thread Ramiro Polla
On Thu, Aug 29, 2024 at 7:10 PM James Almer wrote: > On 8/29/2024 10:40 AM, Ramiro Polla wrote: > > Instead of relying on system #ifdefs which may or may not be correct, > > detect the POSIX ioctl signature at configure time. > > --- > > configure | 2 ++ > > libavdevice/v4l2.c | 2 +-

Re: [FFmpeg-devel] [PATCH] configure: improve check for POSIX ioctl

2024-08-29 Thread James Almer
On 8/29/2024 10:40 AM, Ramiro Polla wrote: Instead of relying on system #ifdefs which may or may not be correct, detect the POSIX ioctl signature at configure time. --- configure | 2 ++ libavdevice/v4l2.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configur