Commit 0fcdea20 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Don't build winGDI on WinRT

parent 3e742449
......@@ -210,8 +210,10 @@ libwingdi_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) \
-DMODULE_NAME_IS_wingdi
libwingdi_plugin_la_LIBADD = -lgdi32 -lole32 -luuid
if HAVE_WIN32
if !HAVE_WINSTORE
vout_LTLIBRARIES += libwingdi_plugin.la
endif
endif
libegl_win32_plugin_la_SOURCES = video_output/egl.c
libegl_win32_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DUSE_PLATFORM_WIN32=1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment