[vlc-commits] D3D11: include assert.h for vlc_assert_unreachable()

Jean-Baptiste Kempf git at videolan.org
Thu Sep 10 18:14:51 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 10 18:14:08 2015 +0200| [339aa986ea0b1b326a0c9fa237776701af226c9a] | committer: Jean-Baptiste Kempf

D3D11: include assert.h for vlc_assert_unreachable()

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

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

diff --git a/modules/video_output/msw/direct3d11.c b/modules/video_output/msw/direct3d11.c
index 74893c0..c4f97e6 100644
--- a/modules/video_output/msw/direct3d11.c
+++ b/modules/video_output/msw/direct3d11.c
@@ -29,6 +29,8 @@
 #include <vlc_plugin.h>
 #include <vlc_vout_display.h>
 
+#include <assert.h>
+
 #define COBJMACROS
 #define INITGUID
 #include <d3d11.h>



More information about the vlc-commits mailing list