[Bug 791779] v4l2src: mmap64 is not available on FreeBSD

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 19 18:45:19 UTC 2017


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

--- Comment #7 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Ok, so FreeBSD is hardcoding it to be equivalent of mmap64 on Linux, regardless
of if you are running on 32bit or not. Can you then provide a cleaner patch,
something that makes this clear and FreeBSD or better sizeof(off_t) == 8
specific ? Something that ends up doing:

#ifdef ...
#define mmap64 mmap
#endif

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