After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 514093 - bug in configure.ac prevents glimagesink plugin from being built
bug in configure.ac prevents glimagesink plugin from being built
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-03 15:24 UTC by Andrzej Mendel
Modified: 2008-02-03 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to configure.ac to fix the bug (478 bytes, patch)
2008-02-03 15:27 UTC, Andrzej Mendel
committed Details | Review

Description Andrzej Mendel 2008-02-03 15:24:18 UTC
Apparently a bug in configure.ac makes GL libs test set the variable HAVE_GL whereas HAVE_OPENGL is checked when determining whether to build or not glimagesink.
Comment 1 Andrzej Mendel 2008-02-03 15:27:04 UTC
Created attachment 104319 [details] [review]
patch to configure.ac to fix the bug

It does make glimagesink build (after running autogen.sh) however I am no autotools expert so I don't know if this patch isn't going to club a few baby seals as a side effect.
Comment 2 Sebastian Dröge (slomo) 2008-02-03 17:46:59 UTC
Thanks, committed.

2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>

	Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>

	* configure.ac:
	Fix variable naming to make it possible to build the glimagesink
	plugin. Fixes bug #514093.