[Gstreamer-bugs] [Bug 113992] Changed - compile failure with gcc-3.3
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Thu May 29 13:58:30 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=113992
Changed by ds at schleef.org.
--- shadow/113992 Thu May 29 15:55:20 2003
+++ shadow/113992.tmp.30470 Thu May 29 16:58:30 2003
@@ -38,6 +38,9 @@
-#define G_MAXUINT64 ((guint64) 0xffffffffffffffff)
+#define G_MININT64 ((gint64) 0x8000000000000000LL)
+#define G_MAXINT64 ((gint64) 0x7fffffffffffffffLL)
+#define G_MAXUINT64 ((guint64) 0xffffffffffffffffLL)
_______EOF
+
+------- Additional Comments From ds at schleef.org 2003-05-29 16:58 -------
+*** Bug 113993 has been marked as a duplicate of this bug. ***
More information about the Gstreamer-bugs
mailing list