[Gstreamer-bugs] [Bug 113993] Changed - compile failure with gcc-3.3

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu May 29 13:58:31 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=113993

Changed by ds at schleef.org.

--- shadow/113993	Thu May 29 16:06:13 2003
+++ shadow/113993.tmp.30477	Thu May 29 16:58:31 2003
@@ -1,13 +1,13 @@
 Bug#: 113993
 Product: GStreamer
 Version: HEAD CVS
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: DUPLICATE
 Severity: normal
 Priority: Normal
 Component: gstreamer (core)
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: ds at schleef.org               
 QAContact: gstreamer-maint at bugzilla.gnome.org
@@ -38,6 +38,11 @@
 -#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 -------
+
+
+*** This bug has been marked as a duplicate of 113992 ***





More information about the Gstreamer-bugs mailing list