[vlc-commits] d3d11_fmt: fix winstore build

Steve Lhomme git at videolan.org
Tue Mar 13 14:01:57 CET 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Mar 13 14:02:21 2018 +0100| [5fa063f2bfd8f6e80470e015041df3b61724d3d6] | committer: Steve Lhomme

d3d11_fmt: fix winstore build

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5fa063f2bfd8f6e80470e015041df3b61724d3d6
---

 modules/video_chroma/d3d11_fmt.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/video_chroma/d3d11_fmt.h b/modules/video_chroma/d3d11_fmt.h
index a6e279607e..6c80992672 100644
--- a/modules/video_chroma/d3d11_fmt.h
+++ b/modules/video_chroma/d3d11_fmt.h
@@ -40,9 +40,7 @@ typedef struct
     ID3D11Device             *d3ddevice;       /* D3D device */
     ID3D11DeviceContext      *d3dcontext;      /* D3D context */
     bool                     owner;
-#if !VLC_WINSTORE_APP
     struct wddm_version      WDDM;
-#endif
 } d3d11_device_t;
 
 typedef struct



More information about the vlc-commits mailing list