mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ffmpeg: 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
7cb7c55919
commit
8410ceb0f4
@ -35,7 +35,7 @@ PKG_BUILD_FLAGS="-gold -lto"
|
||||
get_graphicdrivers
|
||||
|
||||
if [ "$VAAPI_SUPPORT" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET intel-vaapi-driver"
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libva"
|
||||
FFMPEG_VAAPI="--enable-vaapi"
|
||||
else
|
||||
FFMPEG_VAAPI="--disable-vaapi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user