mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
configure: fix opengl api conditional
Fixes build of openglmixers plugin due to mismatch between build system conditional USE_OPENGL and define in gstglconfig.h
This commit is contained in:
parent
b19e3d8cf3
commit
4167b02050
1 changed files with 1 additions and 1 deletions
|
@ -1940,7 +1940,7 @@ AG_GST_CHECK_FEATURE(GL, [gl elements], gl, [
|
|||
fi
|
||||
])
|
||||
AM_CONDITIONAL(USE_GL, test "x$HAVE_GL" = "xyes")
|
||||
AM_CONDITIONAL(USE_OPENGL, test "x$GST_GL_HAVE_API_GL" = "xyes")
|
||||
AM_CONDITIONAL(USE_OPENGL, test "x$GST_GL_HAVE_API_GL" = "x1")
|
||||
|
||||
dnl *** gtk+ ***
|
||||
HAVE_GTK3_GL="no"
|
||||
|
|
Loading…
Reference in a new issue