mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
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