diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-03-11 10:34:48 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-11 17:48:48 -0800 |
commit | b9939c5bfbfbbe8b28afca3527ec24c1f7f5df18 (patch) | |
tree | 53685b1fe4b6d5d8ff64dbe57e9cc5911007f646 /recipes-multimedia | |
parent | f0ca145c90637c2c89027f5a00e36662b9e23e1b (diff) | |
download | meta-freescale-b9939c5bfbfbbe8b28afca3527ec24c1f7f5df18.tar.gz |
gstreamer1.0-vaapi: Do not use glx backend on imx
vivante does not implement glx
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb index 1fbe3462..503f828f 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb | |||
@@ -36,9 +36,7 @@ PACKAGES =+ "${PN}-tests" | |||
36 | # and BSP layers to pick either glx, egl, or no GL. By default, | 36 | # and BSP layers to pick either glx, egl, or no GL. By default, |
37 | # try detecting X11 first, and if found (with OpenGL), use GLX, | 37 | # try detecting X11 first, and if found (with OpenGL), use GLX, |
38 | # otherwise try to check if EGL can be used. | 38 | # otherwise try to check if EGL can be used. |
39 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', \ | 39 | PACKAGECONFIG_GL ?= "egl" |
40 | bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl', \ | ||
41 | '', d), d)}" | ||
42 | 40 | ||
43 | PACKAGECONFIG ??= "drm encoders \ | 41 | PACKAGECONFIG ??= "drm encoders \ |
44 | ${PACKAGECONFIG_GL} \ | 42 | ${PACKAGECONFIG_GL} \ |