Skip to content

msdk: add support for open sourced MediaSDK

MediaSDK has been released as open source [1], but the directories where it installs its files, are different from the binary only distribution.

This patch adds to the libraries path the directory /lib. Also it is defined in meson if the include directory has the mfx/ prefix, something that is already handled in autotools.

  1. https://github.com/Intel-Media-SDK/MediaSDK

Merge request reports