[vlc-devel] [PATCH] vout: win32: the HWND drawable module is not available in Winstore builds

Steve Lhomme robux4 at ycbcr.xyz
Wed May 27 16:30:15 CEST 2020


There is no HWND support
---
 modules/video_output/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am
index 811da78b0ec1..f4a8cd721eb0 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -224,7 +224,7 @@ endif
 endif
 
 libdrawable_plugin_la_SOURCES = video_output/win32/drawable.c
-if HAVE_WIN32
+if HAVE_WIN32_DESKTOP
 vout_LTLIBRARIES += libdrawable_plugin.la
 endif
 
-- 
2.26.2



More information about the vlc-devel mailing list