mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gl: fix a couple of typos in configure.ac
https://bugzilla.gnome.org/show_bug.cgi?id=744020
This commit is contained in:
parent
0c8ede8565
commit
13049caaf2
1 changed files with 2 additions and 2 deletions
|
@ -836,7 +836,7 @@ if test "x$HAVE_GL" = "xyes" -a "x$HAVE_GLES2" = "xyes"; then
|
|||
]])],[ AC_MSG_RESULT(yes)
|
||||
],[AC_MSG_RESULT(no)
|
||||
if test "x$NEED_GLES2" = "xyes"; then
|
||||
if test "x$NEED_OPENGL" = "xyes"; then
|
||||
if test "x$NEED_GL" = "xyes"; then
|
||||
AC_MSG_ERROR([Cannot seem to include both GL and GLES2 headers. Try disabling one API])
|
||||
fi
|
||||
AC_MSG_WARN([Disabling Desktop GL support])
|
||||
|
@ -1041,7 +1041,7 @@ case $host in
|
|||
fi
|
||||
|
||||
if test "x$HAVE_GL" = "xyes"; then
|
||||
if test "$NEED_GL" != "xno"; then
|
||||
if test "x$NEED_GL" != "xno"; then
|
||||
if test "x$HAVE_WGL" = "xyes"; then
|
||||
if test "$NEED_WGL" != "xno"; then
|
||||
GL_LIBS="$GL_LIBS -lgdi32 -lopengl32"
|
||||
|
|
Loading…
Reference in a new issue