[vlc-commits] d3d11: Fix winstore build
Hugo Beauzée-Luyssen
git at videolan.org
Wed Nov 21 17:17:40 CET 2018
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Nov 21 15:05:03 2018 +0100| [f0e9151f2b33194642db43c43f1cf2d06c503f3a] | committer: Hugo Beauzée-Luyssen
d3d11: Fix winstore build
(cherry picked from commit 10fd1cc270c0567408221a49823f601842029d87)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=f0e9151f2b33194642db43c43f1cf2d06c503f3a
---
modules/video_output/win32/direct3d11.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index ef5b72b592..4b29daab41 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -91,10 +91,8 @@ struct vout_display_sys_t
display_info_t display;
-#if !VLC_WINSTORE_APP
HINSTANCE hdxgi_dll; /* handle of the opened dxgi dll */
d3d11_handle_t hd3d;
-#endif
IDXGISwapChain1 *dxgiswapChain; /* DXGI 1.2 swap chain */
IDXGISwapChain4 *dxgiswapChain4; /* DXGI 1.5 for HDR */
d3d11_device_t d3d_dev;
More information about the vlc-commits
mailing list