[gstreamer-bugs] [Bug 512654] [h264parse] does not build in cvs head (unused variable if debug system disabled)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 28 15:21:04 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=512654

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
            Summary|gst-plugins-                |[h264parse] does not build
                   |bad/gst/h264parse does not  |in cvs head (unused variable
                   |build in cvs head           |if debug system disabled)
   Target Milestone|HEAD                        |0.10.6




------- Comment #1 from Tim-Philipp Müller  2008-01-28 23:21 UTC -------
This should hopefully fix it (if not, I'll have to use some #ifdefs or so):

  2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
          Try to avoid 'unused variable' compiler warning if debugging is
          disabled (not bullet proof, but seems to do for now). (#512654)

Only happens if the debug system in core has been disabled when compiling the
core (which is quite unusual).


Btw, alternatives to continue would have been:

 - make ERROR_CFLAGS=''

 - cd ext/soup/; make


Please re-open if it still fails with current CVS.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=512654.




More information about the Gstreamer-bugs mailing list