[vlc-commits] vout: win32: the HWND drawable module is not available in Winstore builds
Steve Lhomme
git at videolan.org
Fri May 29 08:45:38 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed May 27 15:28:20 2020 +0200| [8d3cbc5cbfd031e43e72242025d0122b61c73fb9] | committer: Steve Lhomme
vout: win32: the HWND drawable module is not available in Winstore builds
There is no HWND support
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d3cbc5cbfd031e43e72242025d0122b61c73fb9
---
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 71b8f5b4b7..aa1be4f57c 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -226,7 +226,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
More information about the vlc-commits
mailing list