[vlc-commits] d3d11_fmt: fix winstore build

Steve Lhomme git at videolan.org
Wed Mar 14 11:52:10 CET 2018


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Mar 13 14:02:21 2018 +0100| [78ef57daec1ae00463acbaadb4915fd5f7f1dab8] | committer: Hugo Beauzée-Luyssen

d3d11_fmt: fix winstore build

(cherry picked from commit 5fa063f2bfd8f6e80470e015041df3b61724d3d6)
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=78ef57daec1ae00463acbaadb4915fd5f7f1dab8
---

 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 bf8dadf35a..4a22b28cb7 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