msdk: Fix Windows build

Headers of gstva should not be included on Windows

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2141>
This commit is contained in:
Seungha Yang 2022-04-09 02:13:57 +09:00
parent 86f0f8b67f
commit 6e4ffaee1e

View file

@ -31,8 +31,10 @@
*/
#include "gstmsdkcontextutil.h"
#ifndef _WIN32
#include <gst/va/gstvadisplay.h>
#include <gst/va/gstvautils.h>
#endif
GST_DEBUG_CATEGORY_STATIC (GST_CAT_CONTEXT);