From 6e4ffaee1e7f72e66c4ef381544ab4a9e4d1137f Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sat, 9 Apr 2022 02:13:57 +0900 Subject: [PATCH] msdk: Fix Windows build Headers of gstva should not be included on Windows Part-of: --- subprojects/gst-plugins-bad/sys/msdk/gstmsdkcontextutil.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subprojects/gst-plugins-bad/sys/msdk/gstmsdkcontextutil.c b/subprojects/gst-plugins-bad/sys/msdk/gstmsdkcontextutil.c index a852b31..6bbdebb 100644 --- a/subprojects/gst-plugins-bad/sys/msdk/gstmsdkcontextutil.c +++ b/subprojects/gst-plugins-bad/sys/msdk/gstmsdkcontextutil.c @@ -31,8 +31,10 @@ */ #include "gstmsdkcontextutil.h" +#ifndef _WIN32 #include #include +#endif GST_DEBUG_CATEGORY_STATIC (GST_CAT_CONTEXT); -- 2.7.4