Commit 5fea5e3
committed
configure: rename POSIX ioctl check
Commit 00b64fc introduced configure
detection for HAVE_POSIX_IOCTL but unfortunately this conflicts with
v4l-utils version 1.30, which itself checks for #ifdef HAVE_POSIX_IOCTL
in a public header and erroneously determines it to be true because we
define this to be 0.
Since this is only used for avdevice/v4l2, we rename this to something
else, namely ioctl_posix, simply to prevent the name conflict with the
file /usr/include/libv4l2.h at least until they can upstream a fix on
their end.
Signed-off-by: Leo Izen <[email protected]>1 parent ebcf2dc commit 5fea5e3
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2533 | 2533 | | |
2534 | 2534 | | |
2535 | 2535 | | |
| 2536 | + | |
2536 | 2537 | | |
2537 | 2538 | | |
2538 | 2539 | | |
| |||
2545 | 2546 | | |
2546 | 2547 | | |
2547 | 2548 | | |
2548 | | - | |
2549 | 2549 | | |
2550 | 2550 | | |
2551 | 2551 | | |
| |||
7275 | 7275 | | |
7276 | 7276 | | |
7277 | 7277 | | |
7278 | | - | |
| 7278 | + | |
7279 | 7279 | | |
7280 | 7280 | | |
7281 | 7281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments