mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +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"
|
||||
#ifndef _WIN32
|
||||
#include <gst/va/gstvadisplay.h>
|
||||
#include <gst/va/gstvautils.h>
|
||||
#endif
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (GST_CAT_CONTEXT);
|
||||
|
||||
|
|
Loading…
Reference in a new issue