Update dependencies

This commit is contained in:
BtbN 2021-09-22 15:27:59 +02:00
parent f4de61ca32
commit be2213e801
26 changed files with 27 additions and 27 deletions

View file

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

View file

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