mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Mesa: build with VDPAU support if requested, rename $MESA_VDPAU_SUPPORT to $VDPAU
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
10e8b2d935
commit
286b288f46
@ -56,7 +56,7 @@ else
|
||||
MESA_GALLIUM_LLVM="--disable-gallium-llvm"
|
||||
fi
|
||||
|
||||
if [ "$MESA_VDPAU_SUPPORT" = "yes" ]; then
|
||||
if [ "$VDPAU" = "yes" ]; then
|
||||
PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET libvdpau"
|
||||
PKG_DEPENDS="$PKG_DEPENDS libvdpau"
|
||||
MESA_VDPAU="--enable-vdpau"
|
||||
|
Loading…
x
Reference in New Issue
Block a user