GNOME Bugzilla – Bug 514093
bug in configure.ac prevents glimagesink plugin from being built
Last modified: 2008-02-03 17:46:59 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.
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.
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.