mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Update dependencies
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git"
|
||||
SCRIPT_COMMIT="v1.4.309"
|
||||
SCRIPT_COMMIT="v1.4.312"
|
||||
SCRIPT_TAGFILTER="v?.*.*"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/google/shaderc.git"
|
||||
SCRIPT_COMMIT="8be073a9ff0d07288b3d138fb7c586ac53465227"
|
||||
SCRIPT_COMMIT="acc976a6a92d37694afdf1e2bda80ce8c83ef75a"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/KhronosGroup/SPIRV-Cross.git"
|
||||
SCRIPT_COMMIT="2c32b6bf86f3c4a5539aa1f0bacbd59fe61759cf"
|
||||
SCRIPT_COMMIT="cb71abe3063094bf383379b15473d39cb1144120"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://code.videolan.org/videolan/libplacebo.git"
|
||||
SCRIPT_COMMIT="563ea4a1a23237c0acd9f0ba29f5166ebcd5cf60"
|
||||
SCRIPT_COMMIT="dd16ddf66055db5608bfc8858b5dc88add73545d"
|
||||
|
||||
ffbuild_enabled() {
|
||||
(( $(ffbuild_ffver) > 600 )) || return -1
|
||||
|
Reference in New Issue
Block a user