GNOME Bugzilla – Bug 744020
Auto-disabling of Desktop OpenGL when it can't be used doesn't work
Last modified: 2015-03-14 19:56:00 UTC
The "X, GLX and OpenGL" block would set USE_OPENGL based on the value of HAVE_GL before the "check if we can include both GL and GLES2 at the same time" block is executed and sets HAVE_GL to false. Attached patch also fixes 2 typos I found in the process.
Created attachment 296157 [details] [review] gst-plugins-bad-1.4.5-fix-both-opengl-gles2.patch
Good catch! It's probably simpler to backport http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=aeaf4a4388aaaf4eadcbf398664bd4a5d45d070a for the USE_OPENGL issue. The two typos need fixing and require a separate patch using git format-patch :)
commit 13049caaf2f2272efc6c8e8604992c217e0f898c Author: Matthew Waters <matthew@centricular.com> Date: Sat Mar 14 11:01:12 2015 +0000 gl: fix a couple of typos in configure.ac https://bugzilla.gnome.org/show_bug.cgi?id=744020