[Bug 793103] v4l2: compilation failure with mmap/mmap64 signature miss-match

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 7 19:03:43 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793103

--- Comment #18 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Btw, I realized that this line is wrong:

> sys/v4l2/gstv4l2object.c:#if SIZEOF_OFF_T == 8 && !defined(mmap64)

mmap64 is not always a macro, hence should not be tested with defined(). I bet
all of your have mmap64, but as this code make it look like you don't have it.
the last series to fix this issue also screwed up, because the mmap64 define is
not used later.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list