mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
mesa: enable video-codecs
- build codecs for vc1dec, h264dec, h264enc, h265dec, h265enc - https://www.phoronix.com/news/Mesa-Optional-Video-Codecs
This commit is contained in:
parent
afbe3d724f
commit
47e4840d3e
@ -71,7 +71,8 @@ fi
|
|||||||
|
|
||||||
if [ "${VAAPI_SUPPORT}" = "yes" ] && listcontains "${GRAPHIC_DRIVERS}" "(r600|radeonsi)"; then
|
if [ "${VAAPI_SUPPORT}" = "yes" ] && listcontains "${GRAPHIC_DRIVERS}" "(r600|radeonsi)"; then
|
||||||
PKG_DEPENDS_TARGET+=" libva"
|
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
|
else
|
||||||
PKG_MESON_OPTS_TARGET+=" -Dgallium-va=disabled"
|
PKG_MESON_OPTS_TARGET+=" -Dgallium-va=disabled"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user