[gst-devel] [Bug 87629] New - Make failes on gst/cothreads.c
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Mon Jul 8 12:46:04 CEST 2002
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=87629
Changed by zombie at i4free.co.nz.
--- shadow/87629 Mon Jul 8 01:04:07 2002
+++ shadow/87629.tmp.7740 Mon Jul 8 01:04:07 2002
@@ -0,0 +1,27 @@
+Bug#: 87629
+Product: GStreamer
+Version: 0.4.0
+OS: FreeBSD
+OS Details: 4.6 on Intel
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org
+ReportedBy: zombie at i4free.co.nz
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL:
+Cc:
+Summary: Make failes on gst/cothreads.c
+
+MAP_ANONYMOUS is undeclaired on FreeBSD. It is MAP_ANON.
+
+To fix I added to cothreads.c
+
+#ifndef MAP_ANONYMOUS
+# define MAP_ANONYMOUS MAP_ANON
+#endif
+
+above the mmap
More information about the gstreamer-devel
mailing list