GNOME Bugzilla – Bug 794155
v4l2: v4l2object: fix mmap on 32 bit systems
Last modified: 2018-03-07 16:40:13 UTC
Created attachment 369408 [details] [review] 0001-v4l2-v4l2object-fix-mmap-on-32-bit-systems.patch The declaration of the function pointer to mmap in V4l2Object uses gint64 instead of off_t for the last argument. However, off_t is 32 bit on 32 bit systems and mmap fails with -EINVAL on such systems.
It's not the right solution, this signature is from libv4l2, I cannot change it. *** This bug has been marked as a duplicate of bug 793103 ***