mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
mesa: add av1dec,av1enc,vp9dec for r600 and radeonsi
This commit is contained in:
parent
cf91a4ae73
commit
5cd0c11570
@ -90,7 +90,7 @@ fi
|
||||
if [ "${VAAPI_SUPPORT}" = "yes" ] && listcontains "${GRAPHIC_DRIVERS}" "(r600|radeonsi)"; then
|
||||
PKG_DEPENDS_TARGET+=" libva"
|
||||
PKG_MESON_OPTS_TARGET+=" -Dgallium-va=enabled \
|
||||
-Dvideo-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc"
|
||||
-Dvideo-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc,av1dec,av1enc,vp9dec"
|
||||
else
|
||||
PKG_MESON_OPTS_TARGET+=" -Dgallium-va=disabled"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user