[vlc-devel] [PATCH] direct3d11: Fix mingw build

Hugo Beauzée-Luyssen hugo at beauzee.fr
Tue Mar 17 10:54:23 CET 2015


---
 modules/video_output/msw/direct3d11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/msw/direct3d11.c b/modules/video_output/msw/direct3d11.c
index ba129f6..18552ee 100644
--- a/modules/video_output/msw/direct3d11.c
+++ b/modules/video_output/msw/direct3d11.c
@@ -29,10 +29,10 @@
 #include <vlc_vout_display.h>
 
 #define COBJMACROS
+#define INITGUID
 #include <d3d11.h>
 
 /* avoided until we can pass ISwapchainPanel without c++/cx mode
-# define INITGUID
 # include <windows.ui.xaml.media.dxinterop.h> */
 
 #include "common.h"
-- 
2.1.0




More information about the vlc-devel mailing list