[Gstreamer-bugs] [Bug 143334] New: - Build break when gstfileindex.c compiled with no debug

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri May 28 07:43:23 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=143334
GStreamer | gstreamer (core) | Ver: 0.8.0

           Summary: Build break when gstfileindex.c compiled with no debug
           Product: GStreamer
           Version: 0.8.0
          Platform: Other
        OS/Version: AIX
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-maint at bugzilla.gnome.org
        ReportedBy: Michael.Wilson at bull.net
         QAContact: gstreamer-maint at bugzilla.gnome.org


When the build platform does not support varargs in macros. gstinfo.h forces no
debug flags and defines a certain number of macros as NOPs, e.g. ,

#define GST_DEBUG_CATEGORY_STATIC(var)  /* NOP */

Unfortunately, source file gstreamer/gst/indexers/gstfileindex.c has the line :

GST_DEBUG_CATEGORY_STATIC (DC);

and therefore DC is undefined in a further 8 lines of the code.

gstreamer/gst/indexers/gstfileindex.c", line xxx.20: 1506-045 (S) Undeclared
identifier DC.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list