Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 917402 Details for
Bug 948657
media-plugins/gst-plugins-v4l2-1.24.11: incompatible function pointer types v4l2object->ioctl = v4l2_ioctl, on musl/llvm (needs media-libs/libv4l patching too)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add have_posix_ioctl to gst-plugins-v4l2
have-posix-ioctl.patch (text/plain), 341 bytes, created by
Bryce Copeland
on 2025-01-24 14:34:26 UTC
(
hide
)
Description:
add have_posix_ioctl to gst-plugins-v4l2
Filename:
MIME Type:
Creator:
Bryce Copeland
Created:
2025-01-24 14:34:26 UTC
Size:
341 bytes
patch
obsolete
>diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h >index 2e8d926..36f30f5 100644 >--- a/sys/v4l2/gstv4l2object.h >+++ b/sys/v4l2/gstv4l2object.h >@@ -26,6 +26,9 @@ > > #include "ext/videodev2.h" > #ifdef HAVE_LIBV4L2 >+#if defined(__linux__) && !defined(__GLIBC__) >+#define HAVE_POSIX_IOCTL >+#endif > # include <libv4l2.h> > #endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 948657
:
917399
|
917400
|
917401
| 917402