[Gstreamer-bugs] [Bug 129600] Changed - patch to compile on OSX

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Jan 7 13:20:05 PST 2004


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

Changed by in7y118 at public.uni-hamburg.de.

--- shadow/129600	Tue Jan  6 22:53:41 2004
+++ shadow/129600.tmp.26447	Wed Jan  7 16:20:05 2004
@@ -60,6 +60,13 @@
 
 The only remaining issue now (for plugins) is the avi/riff sizeof() stuff.
 
 ------- Additional Comments From jyasskin at mail.utexas.edu  2004-01-06 22:53 -------
 If you don't mind requiring glibc 2.1+, we can solve the sizeof()
 problem by using the %zu format string instead of %lu.
+
+------- Additional Comments From in7y118 at public.uni-hamburg.de  2004-01-07 16:20 -------
+We don't depend on glibc. GStreamer needs to build with other libcs.
+Though it's ok to special case it.
+
+The correct fix in this case it to use (gint) sizeof (...) as the
+argument in the debug message though.




More information about the Gstreamer-bugs mailing list