mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
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.
This commit is contained in:
parent
bff6e9a749
commit
8b72e4b2a5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue