mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
gl/win32: actually build the gl plugins on win32
Regression from c8ff215b02
This commit is contained in:
parent
21ea26abbe
commit
5eb5e67f53
1 changed files with 1 additions and 0 deletions
|
@ -719,6 +719,7 @@ case $host in
|
|||
AG_GST_CHECK_LIBHEADER(GLU, glu32, gluSphere,, GL/glu.h)
|
||||
AC_CHECK_HEADER(GL/wglext.h, HAVE_WGLEXT="yes", HAVE_WGLEXT="no", [#include <GL/gl.h>])
|
||||
if test "x$HAVE_WGLEXT" = "xyes"; then
|
||||
HAVE_WGL=yes
|
||||
HAVE_GL=yes
|
||||
HAVE_GLU=yes
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue