[Bug 750056] autogen.sh/configure fails to find <gst/gstconfig.h>

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jun 4 18:36:06 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=750056

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.9.1

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Let's fix it by just removing this stuff, it's not used in gst-omx (or anywhere
else for that matter):

commit 94789f19cf83cb238c35b060bb2d7214ba2d2a74
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Sat Jun 4 19:31:45 2016 +0100

    configure: remove AG_GST_PARSE_SUBSYSTEM_DISABLES

    This would check which subsystems are disabled in core by grepping
    gstconfig.h. Only problem is: gstconfig.h has moved into libdir now
    so we've been checking a non-existent file for a while now. The
    macro would just sets GST_DISABLE_* for use in configure.ac and
    Makefile.am, but we don't use that anywhere so just get rid of it
    (the one place where we use GST_DISABLE_GST_DEBUG is in a .c file
    which gets the define from the gstconfig.h include).

    https://bugzilla.gnome.org/show_bug.cgi?id=750056



Thanks for the bug report, sorry it took so long to fix (at least I hope this
fixes it :)).

-- 
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