ffmpegx: x86_64 depends on vaapi

This commit is contained in:
CvH 2019-07-07 15:35:17 +02:00
parent 1a5fa2f3b0
commit 7f4d7a0ad9

View File

@ -19,7 +19,7 @@ if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then
fi
if [ "$TARGET_ARCH" = "x86_64" ]; then
PKG_DEPENDS_TARGET+=" nasm:host x265"
PKG_DEPENDS_TARGET+=" nasm:host intel-vaapi-driver x265"
fi
if [[ ! $TARGET_ARCH = arm ]] || target_has_feature neon; then