configure.ac: Fix variable naming to make it possible to build the glimagesink plugin...
authorAndrzej Mendel <andrzej.mendel@gmail.com>
Sun, 3 Feb 2008 17:47:25 +0000 (17:47 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 3 Feb 2008 17:47:25 +0000 (17:47 +0000)
Original commit message from CVS:
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.

ChangeLog
configure.ac

index 95df401..f47375e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
 
        * ext/metadata/gstmetadatademux.c:
index bada215..eced067 100644 (file)
@@ -299,11 +299,11 @@ dnl OpenGL
 translit(dnm, m, l) AM_CONDITIONAL(USE_OPENGL, true)
 AG_GST_CHECK_FEATURE(OPENGL, [Open GL], glsink, [
   PKG_CHECK_MODULES(GL, gl >= 7.1.0, [
-    HAVE_GL="yes"
+    HAVE_OPENGL="yes"
     AC_SUBST(GL_CFLAGS)
     AC_SUBST(GL_LIBS)
   ],[
-    HAVE_GL=no
+    HAVE_OPENGL=no
     AC_MSG_RESULT(no)
   ])
 ])