gst-plugins-base: Support GLX backend for GL plugins.

This commit is contained in:
Rémi Bernon 2022-08-18 17:38:34 +02:00
parent 981ca6febe
commit 8f0b458bca
No known key found for this signature in database
GPG key ID: 38D0E5827B54E5C9

View file

@ -484,8 +484,10 @@ GST_BASE_MESON_ARGS := \
-Dvideoscale=enabled \ -Dvideoscale=enabled \
-Dvorbis=enabled \ -Dvorbis=enabled \
-Dorc=enabled \ -Dorc=enabled \
-Dx11=enabled \
-Dgl=enabled \ -Dgl=enabled \
-Dgl-graphene=enabled \ -Dgl-graphene=enabled \
-Dgl_platform=glx,egl \
--wrap-mode nodownload \ --wrap-mode nodownload \
GST_BASE_DEPENDS = gst_orc graphene gstreamer GST_BASE_DEPENDS = gst_orc graphene gstreamer