mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Update dependencies
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libpciaccess.git"
|
||||
SCRIPT_COMMIT="03d0b467804bf033c2be259be3f091231f74cff9"
|
||||
SCRIPT_COMMIT="6cd5a4afbb70868c7746de8d50dea59e02e9acf2"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
|
||||
SCRIPT_COMMIT="6abc164052e4902f67213baa279d743cf46227d4"
|
||||
SCRIPT_COMMIT="5254fd1146b95a86fef1bb8e950d0146d829f3c4"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/intel/libva.git"
|
||||
SCRIPT_COMMIT="8575b2bbc6d5cbf31690e682f4fa268d742fcb62"
|
||||
SCRIPT_COMMIT="45afd79ae4b887ad06cfca7316ada5c2688513f9"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* && $TARGET == win* ]] && return -1
|
||||
|
Reference in New Issue
Block a user