GNOME Bugzilla – Bug 87664
GStreamer uses non-existent MAP_ANONYMOUS flag to mmap()
Last modified: 2004-12-22 21:47:04 UTC
gst/cothreads.c uses the MAP_ANONYMOUS flag to mmap() which is called MAP_ANON on FreeBSD. Patch follows.
Created attachment 9713 [details] [review] Patch to gst/cothread.c which replaces MAP_ANONYMOUS with MAP_ANON
*** Bug 87629 has been marked as a duplicate of this bug. ***
fixed in cvs. MAP_ANON is deprecated in recent glib. Please test if the cvs version works for you, we're planning a new release soon and want it to work on freebsd.