mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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
|
||||
|
||||
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"
|
||||
else
|
||||
KODI_VAAPI="-DENABLE_VAAPI=OFF"
|
||||
|
Loading…
x
Reference in New Issue
Block a user