[Bug 728234] EGL cannot be disabled.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 14 23:47:41 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=728234
  GStreamer | gst-plugins-bad | git

Matthew Waters <ystreet00> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ystreet00 at gmail.com

--- Comment #1 from Matthew Waters <ystreet00 at gmail.com> 2014-04-15 06:47:36 UTC ---
So, at the moment, there are two egl implementations in gst-plugins-bad.  The
one in gst-libs/gst/egl (1) and the one in gst-libs/gst/gl/egl (2).

(1) one is going to be removed for 1.4.  (2) implements all the parts of (1)
now.

--with-egl-window-system is for (1)
--disable-egl is for (2)

As for the error building the docs.  gtk-doc doesn't, last time I checked,
handle c preprocesser #if's very well in the .types file.  So it uses libgstgl
(from (2)) irrespective of whether it was built.  Although, (2) can also be
built against GLX unless you disable that too.

You could workaround by passing --disable-gtk-doc.

Could you please attach your config.log ?

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