mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #2801 from lrusak/mesa-vaapi
mesa: only build va tracker if using a gallium driver that uses it
This commit is contained in:
commit
07faf59094
@ -82,7 +82,7 @@ else
|
||||
PKG_MESON_OPTS_TARGET+=" -Dgallium-vdpau=false"
|
||||
fi
|
||||
|
||||
if [ "$VAAPI_SUPPORT" = "yes" ]; then
|
||||
if [ "$VAAPI_SUPPORT" = "yes" ] && listcontains "$GRAPHIC_DRIVERS" "(r600|radeonsi)"; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libva"
|
||||
PKG_MESON_OPTS_TARGET+=" -Dgallium-va=true"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user