Skip to content

msdk: Fixes for meson include directory setup

Jochen Henneberg requested to merge jh-hsd/gst-plugins-bad:master into master

In case of pkg-config we need to create the include directories object from the path using include_directories(). For INTELMEDIASDKROOT or MFX_HOME we need to add the alternate include path ./include/mfx as Intel MediaSDK now puts the headers there.

Merge request reports