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 #
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
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 ++
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 +-
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