msdkvp9dec: do not include mfxvp9.h
authorHaihao Xiang <haihao.xiang@intel.com>
Fri, 14 May 2021 03:56:49 +0000 (11:56 +0800)
committerHaihao Xiang <haihao.xiang@intel.com>
Mon, 17 May 2021 01:58:24 +0000 (01:58 +0000)
commit5e02cec1c1081eb98b523e669e4e206e0d0244c3
tree9fc5ddd7b360f1e37e8b8171c19231374a9c4604
parent967c835ea6849867affc67d03a3c08bfba0a665b
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>
sys/msdk/gstmsdkvp9dec.c