Skip to content
Snippets Groups Projects
Commit 8b72e4b2 authored by Jan Schmidt's avatar Jan Schmidt Committed by Tim-Philipp Müller
Browse files

m4/gst-gl: Add dummy GST_GL_HAVE_WINDOW_WINRT

Add a dummy define to make fix the autotools build for now. To
actually build WinRT support, use the meson build.
parent bff6e9a7
No related branches found
No related tags found
1 merge request!405m4/gst-gl: Add dummy GST_GL_HAVE_WINDOW_WINRT
......@@ -744,6 +744,7 @@ GST_GL_HAVE_WINDOW_DISPMANX=0
GST_GL_HAVE_WINDOW_EAGL=0
GST_GL_HAVE_WINDOW_VIV_FB=0
GST_GL_HAVE_WINDOW_GBM=0
GST_GL_HAVE_WINDOW_WINRT=0
if test "x$HAVE_WINDOW_X11" = "xyes"; then
GL_WINDOWS="x11 $GL_WINDOWS"
......@@ -792,6 +793,7 @@ GL_CONFIG_DEFINES="$GL_CONFIG_DEFINES
#define GST_GL_HAVE_WINDOW_EAGL $GST_GL_HAVE_WINDOW_EAGL
#define GST_GL_HAVE_WINDOW_VIV_FB $GST_GL_HAVE_WINDOW_VIV_FB
#define GST_GL_HAVE_WINDOW_GBM $GST_GL_HAVE_WINDOW_GBM
#define GST_GL_HAVE_WINDOW_WINRT $GST_GL_HAVE_WINDOW_WINRT
"
dnl PLATFORM's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment