[vlc-devel] [PATCH 2/3] hw:d3d11: do not init UIDs multiple times in the same module

Steve Lhomme robux4 at videolabs.io
Tue Dec 5 11:39:32 CET 2017


---
 modules/hw/d3d11/d3d11_deinterlace.c | 2 --
 modules/hw/d3d11/d3d11_surface.c     | 2 --
 2 files changed, 4 deletions(-)

diff --git a/modules/hw/d3d11/d3d11_deinterlace.c b/modules/hw/d3d11/d3d11_deinterlace.c
index 9a02daab82..c24566180d 100644
--- a/modules/hw/d3d11/d3d11_deinterlace.c
+++ b/modules/hw/d3d11/d3d11_deinterlace.c
@@ -32,8 +32,6 @@
 #include <vlc_picture.h>
 
 #define COBJMACROS
-#include <initguid.h>
-#include <d3d11.h>
 
 #include "d3d11_filters.h"
 #include "../../video_chroma/d3d11_fmt.h"
diff --git a/modules/hw/d3d11/d3d11_surface.c b/modules/hw/d3d11/d3d11_surface.c
index 88c45ea376..537e7ebc15 100644
--- a/modules/hw/d3d11/d3d11_surface.c
+++ b/modules/hw/d3d11/d3d11_surface.c
@@ -39,8 +39,6 @@
 
 #include <windows.h>
 #define COBJMACROS
-#include <initguid.h>
-#include <d3d11.h>
 
 #include "d3d11_filters.h"
 #include "../../video_chroma/d3d11_fmt.h"
-- 
2.14.2



More information about the vlc-devel mailing list