diff mbox series

gstreamer1.0-plugins-bad: add PACKAGECONFIG for onevpl

Message ID 20220728044703.1598223-1-naveen.kumar.saini@intel.com
State New
Headers show
Series gstreamer1.0-plugins-bad: add PACKAGECONFIG for onevpl | expand

Commit Message

Naveen Saini July 28, 2022, 4:47 a.m. UTC
Allow user to build this plugin against MFX version 2.2+ (oneVPL)

https://github.com/GStreamer/gst-plugins-bad/commit/beda9a73339bef878e95798f629a868c647627ce

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
---
 .../gstreamer/gstreamer1.0-plugins-bad_1.20.3.bb                 | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.3.bb
index 2dd42395f7..6048e17214 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.3.bb
@@ -97,6 +97,7 @@  PACKAGECONFIG[webrtcdsp]       = "-Dwebrtcdsp=enabled,-Dwebrtcdsp=disabled,webrt
 PACKAGECONFIG[zbar]            = "-Dzbar=enabled,-Dzbar=disabled,zbar"
 PACKAGECONFIG[x11]             = "-Dx11=enabled,-Dx11=disabled,libxcb libxkbcommon"
 PACKAGECONFIG[x265]            = "-Dx265=enabled,-Dx265=disabled,x265"
+PACKAGECONFIG[onevpl]          = "-Dmsdk=enabled -Dmfx_api=oneVPL,-Dmsdk=disabled,onevpl onevpl-intel-gpu"
 
 GSTREAMER_GPL = "${@bb.utils.filter('PACKAGECONFIG', 'faad resindvd x265', d)}"