[vlc-devel] [PATCH 01/15] direct3d11: fix compilation when HAVE_ID3D11VIDEODECODER is not set

Steve Lhomme robux4 at videolabs.io
Wed Feb 8 14:26:48 CET 2017


---
 modules/video_output/win32/direct3d11.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index 6f52c72..118cc78 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -46,10 +46,7 @@
 /* avoided until we can pass ISwapchainPanel without c++/cx mode
 # include <windows.ui.xaml.media.dxinterop.h> */
 
-#ifdef HAVE_ID3D11VIDEODECODER
 #include "../../video_chroma/d3d11_fmt.h"
-#endif
-#include "../../video_chroma/dxgi_fmt.h"
 
 #include "common.h"
 
-- 
2.10.2



More information about the vlc-devel mailing list