mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ffmpeg: VDPAU support depends on X11 support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
302edefecc
commit
162a6e9147
@ -42,7 +42,7 @@ else
|
||||
FFMPEG_VAAPI="--disable-vaapi"
|
||||
fi
|
||||
|
||||
if [ "$VDPAU_SUPPORT" = yes ]; then
|
||||
if [ "$VDPAU_SUPPORT" = "yes" -a "$DISPLAYSERVER" = "x11" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libvdpau"
|
||||
FFMPEG_VDPAU="--enable-vdpau"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user