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="c74d0a4b630f115e797cbb159ac13e0dc78f31f5"
|
||||
SCRIPT_COMMIT="04271a93ed65bfde82469509120214424eb918d0"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
|
||||
SCRIPT_COMMIT="75254bf2390c10644ffb35a90fc8f18f196f9f0c"
|
||||
SCRIPT_COMMIT="01f91aa73d86e564678bbea439a1e2bdabbedb8d"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/intel/libva.git"
|
||||
SCRIPT_COMMIT="b8c7eed68846a8b9cdf1040be414880a4e0924a8"
|
||||
SCRIPT_COMMIT="eeebe59b36297b98f7e6550e1a6edd322e714d60"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* && $TARGET == win* ]] && return -1
|
||||
|
Reference in New Issue
Block a user