mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #7280 from SupervisedThinking/up_mesa_codecs
mesa: enable video-codecs
This commit is contained in:
commit
55c618edb7
@ -71,7 +71,8 @@ fi
|
||||
|
||||
if [ "${VAAPI_SUPPORT}" = "yes" ] && listcontains "${GRAPHIC_DRIVERS}" "(r600|radeonsi)"; then
|
||||
PKG_DEPENDS_TARGET+=" libva"
|
||||
PKG_MESON_OPTS_TARGET+=" -Dgallium-va=enabled"
|
||||
PKG_MESON_OPTS_TARGET+=" -Dgallium-va=enabled \
|
||||
-Dvideo-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc"
|
||||
else
|
||||
PKG_MESON_OPTS_TARGET+=" -Dgallium-va=disabled"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user