mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
msdkvp9dec: do not include mfxvp9.h
The VP9 related definitions in mfxvp9.h are available under the condition of 'MFX_VERSION >= MFX_VERSION_NEXT', which implies that these definitions are never used in a public release. This is in preparation for oneVPL support because mfxvp9.h was removed from oneVPL Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1503>
This commit is contained in:
parent
967c835ea6
commit
5e02cec1c1
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@
|
|||
#include "gstmsdkvp9dec.h"
|
||||
#include "gstmsdkvideomemory.h"
|
||||
|
||||
#include <mfxvp9.h>
|
||||
|
||||
GST_DEBUG_CATEGORY_EXTERN (gst_msdkvp9dec_debug);
|
||||
#define GST_CAT_DEFAULT gst_msdkvp9dec_debug
|
||||
|
||||
|
|
Loading…
Reference in a new issue