mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
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:
parent
86f0f8b67f
commit
6e4ffaee1e
1 changed files with 2 additions and 0 deletions
|
@ -31,8 +31,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gstmsdkcontextutil.h"
|
#include "gstmsdkcontextutil.h"
|
||||||
|
#ifndef _WIN32
|
||||||
#include <gst/va/gstvadisplay.h>
|
#include <gst/va/gstvadisplay.h>
|
||||||
#include <gst/va/gstvautils.h>
|
#include <gst/va/gstvautils.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (GST_CAT_CONTEXT);
|
GST_DEBUG_CATEGORY_STATIC (GST_CAT_CONTEXT);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue