msdk: Fix Windows build
authorSeungha Yang <seungha@centricular.com>
Fri, 8 Apr 2022 17:13:57 +0000 (02:13 +0900)
committerSeungha Yang <seungha@centricular.com>
Fri, 8 Apr 2022 17:13:57 +0000 (02:13 +0900)
Headers of gstva should not be included on Windows

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2141>

subprojects/gst-plugins-bad/sys/msdk/gstmsdkcontextutil.c

index a852b31..6bbdebb 100644 (file)
  */
 
 #include "gstmsdkcontextutil.h"
+#ifndef _WIN32
 #include <gst/va/gstvadisplay.h>
 #include <gst/va/gstvautils.h>
+#endif
 
 GST_DEBUG_CATEGORY_STATIC (GST_CAT_CONTEXT);