[vlc-commits] direct3d11: Fix mingw build

Hugo Beauzée-Luyssen git at videolan.org
Tue Mar 17 11:28:01 CET 2015


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Mar 17 10:50:51 2015 +0100| [4ae70e1618cd64ab7630dc5a4d389219ed9867a1] | committer: Hugo Beauzée-Luyssen

direct3d11: Fix mingw build

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

 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"



More information about the vlc-commits mailing list