mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Update scripts
This commit is contained in:
parent
8d6133d06a
commit
2eb0c99b5c
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git"
|
||||
SCRIPT_COMMIT="7c9cfe6708cafc83c14a2654308b2db62b126eae"
|
||||
SCRIPT_COMMIT="a0cac0b4a2e9a66ec46e9fe8267bd2c5af70b155"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win* ]] || return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://git.savannah.gnu.org/git/libiconv.git"
|
||||
SCRIPT_COMMIT="5bddef718d25e6b4f33b9382d58d1251fe91472d"
|
||||
SCRIPT_COMMIT="576d31d5eb4012f2feb9cc0fef25be0d3a5f45c4"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/madler/zlib.git"
|
||||
SCRIPT_COMMIT="0f51fb4933fc9ce18199cb2554dacea8033e7fd3"
|
||||
SCRIPT_COMMIT="ceadaf28dfa48dbf238a0ddb884d4c543b4170e8"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/freetype/freetype.git"
|
||||
SCRIPT_COMMIT="044d142be7b6a93b6940367a1bc5847451ff4775"
|
||||
SCRIPT_COMMIT="104f85448d4d1cbc4b07153d41ab1dfc8cf92aae"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/GNOME/libxml2.git"
|
||||
SCRIPT_COMMIT="28b9bb030954d37e521113384c8cc0979d0e204b"
|
||||
SCRIPT_COMMIT="a530ff125dbf8ab4f297c0b91fc8fa34d4183bf5"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/fontconfig/fontconfig.git"
|
||||
SCRIPT_COMMIT="3b4641ae7a7bf961221cd7b55cc0e25d9d1a6365"
|
||||
SCRIPT_COMMIT="70b60ca46107fc4774d163773febe974c76b2ee7"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/harfbuzz/harfbuzz.git"
|
||||
SCRIPT_COMMIT="49c8493f5ce67bc66610d5e4494ce3231c8229cf"
|
||||
SCRIPT_COMMIT="2edc371e97d6d2c5ad0e085b26e9af0123501647"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git"
|
||||
SCRIPT_COMMIT="dcf7d4fb1e9ce5e219239443ca3f442c4c12c03d"
|
||||
SCRIPT_COMMIT="d79beab14769efdff4ff9106cdc47268575d6891"
|
||||
|
||||
SCRIPT_REPO2="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git"
|
||||
SCRIPT_COMMIT2="c2cbdb33605ef9cfa02aa2a77e9cd7306c57e32a"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git"
|
||||
SCRIPT_COMMIT="c1990dd02647405b0c13aab59f75d05cbb202336"
|
||||
SCRIPT_COMMIT="874a609959d9db428b0aaa2be8441cc5f286e4ae"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == linux* ]] || return 1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/Netflix/vmaf.git"
|
||||
SCRIPT_COMMIT="8cc78aff7855e8fec934e56275a2a59c2d794749"
|
||||
SCRIPT_COMMIT="e7258b3c269467b5ce188ccad7161f587d72d421"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/proto/xorgproto.git"
|
||||
SCRIPT_COMMIT="68de489ec6c2fb6f8cfc47b0bba7edd0f9942f17"
|
||||
SCRIPT_COMMIT="3076552555c32cb89ec20ddef638317f0ea303b9"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxtrans.git"
|
||||
SCRIPT_COMMIT="656d27ed32af4082e8062c1d7c42b65ea3a6b80f"
|
||||
SCRIPT_COMMIT="edd3f51328df9c621277168c9dd77b1e80ccfd7c"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libx11.git"
|
||||
SCRIPT_COMMIT="1472048b7a02d1b7fc25cfeda761db23fba21eac"
|
||||
SCRIPT_COMMIT="ed9fb5535efe1e5278654b6b3994a34337b4bf1a"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxv.git"
|
||||
SCRIPT_COMMIT="b022c9cf7004fe6f794c4c00dd519a2e4c74eca0"
|
||||
SCRIPT_COMMIT="fba7bf352678db2938f5a7b173d2a8823595ef3b"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git"
|
||||
SCRIPT_COMMIT="e1acd43bb000f7e0c3a2bd022a145aa931169bc6"
|
||||
SCRIPT_COMMIT="6d7bec0469961e2891c6e1aaa5122b76ed82e1db"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://aomedia.googlesource.com/aom"
|
||||
SCRIPT_COMMIT="5c197365b870443799eac6bfa5ffbed1ba30fa35"
|
||||
SCRIPT_COMMIT="5632ebed19fc472dae0cbe26a89552af0ee814dd"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == winarm64 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://code.videolan.org/videolan/dav1d.git"
|
||||
SCRIPT_COMMIT="ca83ee6d9dd2c2210deb8e285de4fd72e929e390"
|
||||
SCRIPT_COMMIT="2355eeb8f254a1c34dbb0241be5c70cdf6ed46d1"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/dyne/frei0r.git"
|
||||
SCRIPT_COMMIT="cdeddc7553bbfdc446c61d1bfa6a51bcc029b4a8"
|
||||
SCRIPT_COMMIT="cbb507dbbccc87b0d8e887e75ad4bff732f63e3f"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libgme/game-music-emu.git"
|
||||
SCRIPT_COMMIT="ee45d3d9df275dfcf89c0e764477e106c46f996c"
|
||||
SCRIPT_COMMIT="b667f79dcee5c380541dc90630bb33931be378c7"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/ultravideo/kvazaar.git"
|
||||
SCRIPT_COMMIT="ea09af533a035f454c56a11c80f8cd067207c81b"
|
||||
SCRIPT_COMMIT="a7aeb2361f8d1e5dc575d05c9ab563f47bdcd235"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libass/libass.git"
|
||||
SCRIPT_COMMIT="b154d14bb6ee7e500a233b0ef279cb6166370c0d"
|
||||
SCRIPT_COMMIT="c5bb87e2f5d6c18763b4614817c206a4f4d2332a"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/google/brotli.git"
|
||||
SCRIPT_COMMIT="a528bce9f65be7515a47cec2cbdcd8023822b99b"
|
||||
SCRIPT_COMMIT="39bcecf4559f9b0e75c6248a75d9c0db6b123d88"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/mm2/Little-CMS.git"
|
||||
SCRIPT_COMMIT="2daf5c5859e1b62b6633ca755074e4de02459241"
|
||||
SCRIPT_COMMIT="54b83a4d5da3fd3bf8ad9e6fa681cb41f2495dbf"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libjxl/libjxl.git"
|
||||
SCRIPT_COMMIT="98299fec196db9d98263b690e1f9076cda22fdb5"
|
||||
SCRIPT_COMMIT="f7f20ce0f1485d9aab226ec31af5b4adc4fdf972"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/xiph/opus.git"
|
||||
SCRIPT_COMMIT="2554a89e02c7fc30a980b4f7e635ceae1ecba5d6"
|
||||
SCRIPT_COMMIT="fc96bb9cc7c59f99b03f8d1225cc708451b8bf45"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.com/libssh/libssh-mirror.git"
|
||||
SCRIPT_COMMIT="0f102fd1a206426de2abb2b443c358078418db4d"
|
||||
SCRIPT_COMMIT="bd091239d3d081748d9704ec3429606901000dca"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://chromium.googlesource.com/webm/libvpx"
|
||||
SCRIPT_COMMIT="2693255a2557a63db4139a96488ad187851dfc13"
|
||||
SCRIPT_COMMIT="cdf8da4c03cf53f2c31a9a5f4c84880ca128c608"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == winarm64 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://chromium.googlesource.com/webm/libwebp"
|
||||
SCRIPT_COMMIT="f2fe8decced65f535c002f33582a2e0f44b802be"
|
||||
SCRIPT_COMMIT="f28c837dc1351fc333af04dd1a65181438e27089"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/lv2/lv2.git"
|
||||
SCRIPT_COMMIT="238ee61ef742d6a7627ebecd30f0f53b0c8d01de"
|
||||
SCRIPT_COMMIT="70e5ebad012d13ff3443b0a5f7fb402ee3212fcb"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/drobilla/serd.git"
|
||||
SCRIPT_COMMIT="ecf1f7340a9718199a8e965ffc2f738c7d87f055"
|
||||
SCRIPT_COMMIT="8da362e71566465b86a09ae1197abcb93f0f83be"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/drobilla/zix.git"
|
||||
SCRIPT_COMMIT="d29acfa029c0a0dd0e8167b88f15549c67c410e8"
|
||||
SCRIPT_COMMIT="0d200a53e73d5c92447e19ba2a00d8e7bf36fd03"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/drobilla/sord.git"
|
||||
SCRIPT_COMMIT="35b1b1f166c2f29a8c2affb48be017e61c6ee0a1"
|
||||
SCRIPT_COMMIT="7d98c65702a2f835acb7e4387b08cfdaa6ed0b8a"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/lv2/sratom.git"
|
||||
SCRIPT_COMMIT="29cd20412e3835f7aeb24d98880f2b36e93b66bd"
|
||||
SCRIPT_COMMIT="834ba6b9f7843cf29db69d9cbe567982e9a6e357"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/lv2/lilv.git"
|
||||
SCRIPT_COMMIT="d3b2131441d2846a1d123defc2493a6fcf996cff"
|
||||
SCRIPT_COMMIT="da373a717d026dddec8a14f19ffd5cf3f318cdc8"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/intel/libvpl.git"
|
||||
SCRIPT_COMMIT="ca3b340fd20a8b1f373056af090f83b5f6098678"
|
||||
SCRIPT_COMMIT="0c13c410095764799afea0cf645bd896378579b8"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == *arm64 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/kcat/openal-soft.git"
|
||||
SCRIPT_COMMIT="3c9cb48bc38dcc77560b0d2b7cbff240c98a260d"
|
||||
SCRIPT_COMMIT="1318bea2e0f0af9430335708e65ae2ff920d98c6"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/cisco/openh264.git"
|
||||
SCRIPT_COMMIT="1c2388750acf8646ca75a6038a544d5f8f47dca8"
|
||||
SCRIPT_COMMIT="e0bbb7f1e43e4bb6075efe15a6d3bd7da5ee11f1"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/uclouvain/openjpeg.git"
|
||||
SCRIPT_COMMIT="2f5a299cbae9856dccd98ed33971bac4d1283fd0"
|
||||
SCRIPT_COMMIT="d5544b3fae0056f57467a9f1ef8e8f05766f0d0c"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://source.openmpt.org/svn/openmpt/trunk/OpenMPT"
|
||||
SCRIPT_REV="21054"
|
||||
SCRIPT_REV="21309"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == winarm64 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/xiph/rav1e.git"
|
||||
SCRIPT_COMMIT="c0afbf9c2859702b7768f2dba27060ea3a8fff22"
|
||||
SCRIPT_COMMIT="e34e772e47b01169b6f75a4589c056624ea886a4"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win32 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/breakfastquay/rubberband.git"
|
||||
SCRIPT_COMMIT="5d296019ff0fd6085fea0838155b0449a4606397"
|
||||
SCRIPT_COMMIT="832f577acbcdfa8c48d19a8381e73428297bec4e"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libsdl-org/SDL.git"
|
||||
SCRIPT_COMMIT="ab5740bde2ac593f5a6821ec2ac3800cdfcaf754"
|
||||
SCRIPT_COMMIT="7fdf7943774d2a54e48718316ca6d55d51a37696"
|
||||
SCRIPT_BRANCH="SDL2"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/Haivision/srt.git"
|
||||
SCRIPT_COMMIT="72303d7934f9c6b1cbe23c438672f0eba0f318cb"
|
||||
SCRIPT_COMMIT="5819adefe5dff74eac9555fc672b63a7b950871f"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
|
||||
SCRIPT_COMMIT="474fec3a391ff0a4d013eba25f0d90f86d04d032"
|
||||
SCRIPT_COMMIT="21a1154add74504aa86d782a3cf662d3d7deb815"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win32 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
|
||||
SCRIPT_COMMIT="7f20912b1be52ec65bc917dcd27515e905f9f567"
|
||||
SCRIPT_COMMIT="11cafdd8d64e2fcb0b170a2a1df11a896231de67"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/intel/libva.git"
|
||||
SCRIPT_COMMIT="6e4167728df6bc0512324eefe10b6cf370323b11"
|
||||
SCRIPT_COMMIT="01153523f25ac703e7ce2afc0023788a90f6c1bb"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* && $TARGET == win* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git"
|
||||
SCRIPT_COMMIT="v1.3.288"
|
||||
SCRIPT_COMMIT="v1.3.292"
|
||||
SCRIPT_TAGFILTER="v?.*.*"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/google/shaderc.git"
|
||||
SCRIPT_COMMIT="d875f303474e0051b286a11dd772817ab190e02e"
|
||||
SCRIPT_COMMIT="5d0f6ed6e46d3c0ccd23151c6a1486c2ec90c037"
|
||||
|
||||
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="6fd1f75636b1c424b809ad8a84804654cf5ae48b"
|
||||
SCRIPT_COMMIT="66363ac7e8fe4465169ceb2ad5905b1657244cfe"
|
||||
|
||||
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="1fd3c7bde7b943fe8985c893310b5269a09b46c5"
|
||||
SCRIPT_COMMIT="82bf46ae8b4cacd2523f994da292e4d12312c026"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://bitbucket.org/multicoreware/x265_git.git"
|
||||
SCRIPT_COMMIT="8787e87020d77416f0ff0b7f3c97ac8b90332c31"
|
||||
SCRIPT_COMMIT="dd594f59d95198c6d8e4133b6002c18e47e7d6fe"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
Loading…
x
Reference in New Issue
Block a user