mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
kodi: correct dependency list when using VAAPI
Namely: depend on the frontend library as opposed to the backend implementation. Same as we do for vdpau.
This commit is contained in:
parent
8410ceb0f4
commit
1362882276
@ -171,7 +171,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$VAAPI_SUPPORT" = yes ]; then
|
if [ "$VAAPI_SUPPORT" = yes ]; then
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET intel-vaapi-driver"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libva"
|
||||||
KODI_VAAPI="-DENABLE_VAAPI=ON"
|
KODI_VAAPI="-DENABLE_VAAPI=ON"
|
||||||
else
|
else
|
||||||
KODI_VAAPI="-DENABLE_VAAPI=OFF"
|
KODI_VAAPI="-DENABLE_VAAPI=OFF"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user