[vlc-commits] direct3d11: fix compilation when HAVE_ID3D11VIDEODECODER is not set

Steve Lhomme git at videolan.org
Wed Feb 8 14:46:00 CET 2017


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Wed Feb  8 14:26:48 2017 +0100| [bcb5f1fc7d11c23cbca79ea45a6f37e7c983d214] | committer: Jean-Baptiste Kempf

direct3d11: fix compilation when HAVE_ID3D11VIDEODECODER is not set

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 2ccecb9..c50d815 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"
 



More information about the vlc-commits mailing list