[Bug 679535] New: Compilation with debug disabled fails...

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 6 17:03:31 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=679535
  GStreamer | gstreamer (core) | git

           Summary: Compilation with debug disabled fails...
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sebras at hotmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


If I configure using --disable-gst-debug and try to compile I get this
compilation error:

gstinfo.c:1822:1: error: conflicting types for ‘gst_debug_add_log_function’
In file included from gst_private.h:46:0,
                 from gstinfo.c:90:
gstinfo.h:332:6: note: previous declaration of ‘gst_debug_add_log_function’ was
here
make[3]: *** [libgstreamer_1.0_la-gstinfo.lo] Error 1

The reason being that this commit fails to take disabled debug into account:
http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=7da1d23a9b25213e70cc28ea080e8cce16f9ede8

The attached trivial patch fixes this problem.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list