From: Seungha Yang Date: Fri, 8 Apr 2022 17:13:57 +0000 (+0900) Subject: msdk: Fix Windows build X-Git-Tag: 1.22.0~1898 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e4ffaee1e7f72e66c4ef381544ab4a9e4d1137f;p=platform%2Fupstream%2Fgstreamer.git msdk: Fix Windows build Headers of gstva should not be included on Windows Part-of: --- 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);