Update dependencies

This commit is contained in:
BtbN
2021-10-28 20:47:11 +02:00
parent b77d839e60
commit 6a3324e258
38 changed files with 131 additions and 128 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
LIBDRM_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
LIBDRM_COMMIT="a97f265c7dc1924a38a899082caf97519f8c532e"
LIBDRM_COMMIT="d77ccdf3ba6f5a396049241bff18a7a9c8329659"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1

View File

@ -1,7 +1,7 @@
#!/bin/bash
LIBVA_REPO="https://github.com/intel/libva.git"
LIBVA_COMMIT="bc5c4b0e30ff426d7b9d6611098d02fc5c7d45d1"
LIBVA_COMMIT="453002ce69779c713f6f8315bedce140d34ba805"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1