[vlc-commits] direct3d11: remove superseeded macro
Steve Lhomme
git at videolan.org
Thu Nov 16 12:42:15 CET 2017
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Thu Nov 16 11:38:49 2017 +0100| [a6dffc357892780cd9f9940ae8a92915fd6390b5] | committer: Jean-Baptiste Kempf
direct3d11: remove superseeded macro
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a6dffc357892780cd9f9940ae8a92915fd6390b5
---
modules/video_output/win32/direct3d11.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index 5a105cc4a0..ea15485ad6 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -55,7 +55,6 @@
#include "common.h"
#if !VLC_WINSTORE_APP
-# define D3D11CreateDevice(args...) sys->OurD3D11CreateDevice(args)
# define D3DCompile(args...) sys->OurD3DCompile(args)
#endif
More information about the vlc-commits
mailing list