[Gstreamer-bugs] [Bug 123137] Changed - Compilation fails when size_t is not an unsigned int

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Sep 24 12:11:42 PDT 2003


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

Changed by jtalkington at users.sourceforge.net.

--- shadow/123137	Wed Sep 24 15:11:16 2003
+++ shadow/123137.tmp.4905	Wed Sep 24 15:11:42 2003
@@ -18,6 +18,11 @@
 Darwin defines size_t as an unsigned long, while it's an unsigned int on
 Linux.  With -werror, this causes a failure in gstfilesrc.c in function
 gst_filesrc_map_region on Darwin.
 
 I've created a patch to typecast it to unsigned long on all platforms,
 since that's what's happening if the mmap works.
+
+------- Additional Comments From jtalkington at users.sourceforge.net  2003-09-24 15:11 -------
+Created an attachment (id=20256)
+typecast size_t to unsigned long
+




More information about the Gstreamer-bugs mailing list