[vlc-commits] d3d11_fmt: fix winstore compilation
Steve Lhomme
git at videolan.org
Tue Mar 5 13:03:49 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Mar 5 09:15:16 2019 +0100| [464eb259d415bb069f2158c08478330f388b58c6] | committer: Steve Lhomme
d3d11_fmt: fix winstore compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=464eb259d415bb069f2158c08478330f388b58c6
---
modules/video_chroma/d3d11_fmt.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/video_chroma/d3d11_fmt.c b/modules/video_chroma/d3d11_fmt.c
index be02d394d8..5f307933e5 100644
--- a/modules/video_chroma/d3d11_fmt.c
+++ b/modules/video_chroma/d3d11_fmt.c
@@ -735,9 +735,6 @@ int D3D11_Create(vlc_object_t *obj, d3d11_handle_t *hd3d, bool with_shaders)
return VLC_EGENERIC;
}
}
-#else
- hd3d->hdll = NULL;
- hd3d->compiler_dll = NULL;
#endif
return VLC_SUCCESS;
}
More information about the vlc-commits
mailing list