[Bug 793039] gst-plugings-bad fails to build if gst-plugins-base built without OpenGL support
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jan 31 21:09:45 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=793039
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |NEEDINFO
--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Is it the exact same dir/file? (gstglmixerbin.* in ext/gl?)
Did you try a clean rebuild (git clean -x -d -f; ./autogen.sh) ?
If it still doesn't work perhaps you could to debug a bit yourself.
the ext/gl subdir is guarded in ext/Makefile.am by USE_GL.
USE_GL is set in configure.ac line 1942.
Add an AC_MSG_NOTICE(["have gl: $HAVE_GL"]) before that line perhaps to see
what it shows. Maybe also check the value of $HAVE_GST_GL
.
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the gstreamer-bugs
mailing list