msdk: meson: check whether mfxExtVP9Param is defined
authorHaihao Xiang <haihao.xiang@intel.com>
Wed, 12 Feb 2020 03:23:18 +0000 (11:23 +0800)
committerHaihao Xiang <haihao.xiang@intel.com>
Fri, 13 Mar 2020 01:29:04 +0000 (01:29 +0000)
commitc02f6032626aebfa8359cbed60b60ee5324760e9
treea6eed4ddbda507b22127e249fc026aad2b959411
parent6c3f092afc4402d035da75cbc73a5493b377d6a0
msdk: meson: check whether mfxExtVP9Param is defined

User reported MFX_VERSION is 1026 however the build is broken[1], so add
the check for mfxExtVP9Param to make sure it can be build without
compiler error.

In addtion, it fixes a stupid typo (#endif') introduced by me.

[1] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/988#note_408093
sys/msdk/meson.build