mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Update dependencies
This commit is contained in:
parent
75548adee9
commit
251066913a
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git"
|
||||
SCRIPT_COMMIT="1b554dec06f8d3c26b856a7d1575f396d8ffa403"
|
||||
SCRIPT_COMMIT="8f7b5ce363fbfa9d66a38034525cf0fdae4385a3"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win* ]] || return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/util/macros.git"
|
||||
SCRIPT_COMMIT="7ed2b3798c030bd1729b699b446b43aba2ec606e"
|
||||
SCRIPT_COMMIT="91ece2a5f6408d34074522c8588ef1c53478daa0"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://git.savannah.gnu.org/git/libiconv.git"
|
||||
SCRIPT_COMMIT="0d94621c1e182f5a13a9504523afcb01ec546b37"
|
||||
SCRIPT_COMMIT="eed6782cbb4651876e3c8b27ea53273f230ee8e2"
|
||||
|
||||
SCRIPT_REPO2="https://git.savannah.gnu.org/git/gnulib.git"
|
||||
SCRIPT_COMMIT2="eb515396a8506286d5bfa05a9cca4044c1750ff5"
|
||||
SCRIPT_COMMIT2="cc292ecda26359d5a80989bdbd1633f2f0721628"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/freetype/freetype.git"
|
||||
SCRIPT_COMMIT="d2612e1c3ff839595fbf67c8263a07d6bac3aaf5"
|
||||
SCRIPT_COMMIT="c82745878da1acef2ce6bd7e17a8d59b8612d509"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/fribidi/fribidi.git"
|
||||
SCRIPT_COMMIT="3826589ea556da613bd42742a169789469e8b635"
|
||||
SCRIPT_COMMIT="68162babff4f39c4e2dc164a5e825af93bda9983"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/GNOME/libxml2.git"
|
||||
SCRIPT_COMMIT="40abebbc739fb4cddfc205eeb129cefe9b9f6e5b"
|
||||
SCRIPT_COMMIT="d67833a3c5db7999820a73e356327d47ec76bea9"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/tukaani-project/xz.git"
|
||||
SCRIPT_COMMIT="68c54e45d042add64a4cb44bfc87ca74d29b87e2"
|
||||
SCRIPT_COMMIT="dbca3d078ec581600600abebbb18769d3d713914"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/fontconfig/fontconfig.git"
|
||||
SCRIPT_COMMIT="bd83c04aa6f3cb864ba60dc5eaf2b41c4c269c63"
|
||||
SCRIPT_COMMIT="211cc5f2ea5523f9dc2430de4fd8e5b423465e86"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/harfbuzz/harfbuzz.git"
|
||||
SCRIPT_COMMIT="a070f9ebbe88dc71b248af9731dd49ec93f4e6e6"
|
||||
SCRIPT_COMMIT="b6196986d7f17cd5d6aebec88b527726b1493a9c"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git"
|
||||
SCRIPT_COMMIT="d79beab14769efdff4ff9106cdc47268575d6891"
|
||||
SCRIPT_COMMIT="862f06c64c222b683f22a872120fc066040dd2c8"
|
||||
|
||||
SCRIPT_REPO2="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git"
|
||||
SCRIPT_COMMIT2="3d27d7ca04d29fabe608a2372ce693601bcc4e81"
|
||||
SCRIPT_COMMIT2="804b6f040503c47148bee535230070da6b857ae4"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git"
|
||||
SCRIPT_COMMIT="77d7fc04da729ddc5ed4aacf30253726fac24dca"
|
||||
SCRIPT_COMMIT="4d2879ad9e394ff832762e8961eca9415cc9934c"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/proto/xorgproto.git"
|
||||
SCRIPT_COMMIT="3076552555c32cb89ec20ddef638317f0ea303b9"
|
||||
SCRIPT_COMMIT="d7ea44d5f04cc476dee83ef439a847172f7a6bd1"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libx11.git"
|
||||
SCRIPT_COMMIT="19b2f5c2d0935cbf9c17ecf30604f80592807b59"
|
||||
SCRIPT_COMMIT="f2ebbce6d0978d2d84f840196b03ee35a3ca1736"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxi.git"
|
||||
SCRIPT_COMMIT="a5af26c654b4da5fd5eaaeaa2173c734ab9e63ec"
|
||||
SCRIPT_COMMIT="3c2d5aedd7708c75710b39268631762de904c304"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxcursor.git"
|
||||
SCRIPT_COMMIT="09617bcc9a0f1b5072212da5f8fede92ab85d157"
|
||||
SCRIPT_COMMIT="833735e3232e28153411b3703dfe51883edf47ea"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git"
|
||||
SCRIPT_COMMIT="a6fca4a3bb5585bd0bca4d1a531c40e39f5f572b"
|
||||
SCRIPT_COMMIT="3588c60e2657cc9cbcff5b5ea089b08276049e5d"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://aomedia.googlesource.com/aom"
|
||||
SCRIPT_COMMIT="778bc191f1eecf1b3f9c68f8e3ca7857c3437f1d"
|
||||
SCRIPT_COMMIT="a42ea198de1e1438f5ee462bd599d082c924bc35"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == winarm64 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/glennrp/libpng.git"
|
||||
SCRIPT_COMMIT="532fec021404a5f5ceda068d176fd2ab1cd1955c"
|
||||
SCRIPT_COMMIT="d3cf9b6e22fca25273e87d0b11882a7f886c97fe"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/AviSynth/AviSynthPlus.git"
|
||||
SCRIPT_COMMIT="2b55ba40ec22652d72121fcef56b46da1fc2e427"
|
||||
SCRIPT_COMMIT="b2225100a27da3e110b546700394342bd2001ec5"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://code.videolan.org/videolan/dav1d.git"
|
||||
SCRIPT_COMMIT="cc6eb3d53deb4c739a16230136945c1a0dca05b0"
|
||||
SCRIPT_COMMIT="21d9f29d388c230a7fe4e964397399247162bd5e"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/dyne/frei0r.git"
|
||||
SCRIPT_COMMIT="cbb507dbbccc87b0d8e887e75ad4bff732f63e3f"
|
||||
SCRIPT_COMMIT="b528b26fd4ccffaa6692890ea174b26dd321e278"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libgme/game-music-emu.git"
|
||||
SCRIPT_COMMIT="05a2aa29e8eae29316804fdd28ceaa96c74a1531"
|
||||
SCRIPT_COMMIT="cb2c1ccc7563ed58321cc3b6b8507b9015192b80"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/ultravideo/kvazaar.git"
|
||||
SCRIPT_COMMIT="2f9a21423a1ef666c93f15e2068bcde979d20f7e"
|
||||
SCRIPT_COMMIT="6b7f065bd8c1e265b50bafa7e84248fb09a391c9"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libass/libass.git"
|
||||
SCRIPT_COMMIT="3a7a9b99e75fb094f243d4b086b414556a0d9947"
|
||||
SCRIPT_COMMIT="5298859c298d3c570d8d7e3b883a0d63490659b8"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/google/brotli.git"
|
||||
SCRIPT_COMMIT="39bcecf4559f9b0e75c6248a75d9c0db6b123d88"
|
||||
SCRIPT_COMMIT="350100a5bb9d9671aca85213b2ec7a70a361b0cd"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libjxl/libjxl.git"
|
||||
SCRIPT_COMMIT="960d97c0b73fe081a7cd00afc3fac1bfaf441452"
|
||||
SCRIPT_COMMIT="57dd9253b9bc0d1875584666b3c151636925e338"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/xiph/opus.git"
|
||||
SCRIPT_COMMIT="5854a9f7de06ab3505b8fe6e8943db581c2cbe70"
|
||||
SCRIPT_COMMIT="ff6dea5e1a72b8a2aeb7fc3656857d86a420ab89"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://chromium.googlesource.com/webm/libvpx"
|
||||
SCRIPT_COMMIT="fbf63dff1f528d44f24bd662abb89fd01a4a1c25"
|
||||
SCRIPT_COMMIT="b15d2ac26f3a67a835c5c0d8ac4f07e12902e608"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == winarm64 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://chromium.googlesource.com/webm/libwebp"
|
||||
SCRIPT_COMMIT="2e81017c7a345f687223086cbc177a8459a18b52"
|
||||
SCRIPT_COMMIT="874069042ead095f8a8d6bdd35b9b145ce80af43"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/zeromq/libzmq.git"
|
||||
SCRIPT_COMMIT="0ed7a08cd946e0832ac4655b7a76c09ac221f63b"
|
||||
SCRIPT_COMMIT="90b4f410a07222fa2e9a5f53b454a09d4533e45a"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/drobilla/serd.git"
|
||||
SCRIPT_COMMIT="ebe0b8697bca69abb7e7be1c731da4d54b10e462"
|
||||
SCRIPT_COMMIT="4256d4693dfbdc9b69cb010832a0d8a463d590b4"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/drobilla/zix.git"
|
||||
SCRIPT_COMMIT="0d200a53e73d5c92447e19ba2a00d8e7bf36fd03"
|
||||
SCRIPT_COMMIT="50c73ad346fb63eb6d057dcc7d1351c95e12e83d"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/kcat/openal-soft.git"
|
||||
SCRIPT_COMMIT="a4e126acb856e53ed1c35a847aa3e0a4cb16c962"
|
||||
SCRIPT_COMMIT="7898f70b441ff7d4ac78f3bdeb46992dfbea298f"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/uclouvain/openjpeg.git"
|
||||
SCRIPT_COMMIT="606304d08365469d0fd685f2312791fc0feac15f"
|
||||
SCRIPT_COMMIT="362ec6c92dbc0f563810fafe552e4fa0d9fde024"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://source.openmpt.org/svn/openmpt/trunk/OpenMPT"
|
||||
SCRIPT_REV="21571"
|
||||
SCRIPT_REV="21782"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == winarm64 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/xiph/rav1e.git"
|
||||
SCRIPT_COMMIT="7ab0de1fe907b16e3ce6c7ff0e15d27f71e5d5b4"
|
||||
SCRIPT_COMMIT="09a4111ff5e4fd803927ba47ad2c96551d4fd2f3"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win32 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/breakfastquay/rubberband.git"
|
||||
SCRIPT_COMMIT="4e8419232bd15bc1de9af2aa42ed3ac6bc8722ba"
|
||||
SCRIPT_COMMIT="48e08a5113ced935451833e554d39f8fca31276f"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libsdl-org/SDL.git"
|
||||
SCRIPT_COMMIT="10b4a79379d226041781d0a825da79a296af715f"
|
||||
SCRIPT_COMMIT="e4126d8d6f24804fddc5dbb9821f1866b97d66b0"
|
||||
SCRIPT_BRANCH="SDL2"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/Haivision/srt.git"
|
||||
SCRIPT_COMMIT="9c7206f0190c0c800a5ee1e71ee61ec0d4c7e216"
|
||||
SCRIPT_COMMIT="a7b3711a8a862e697f641b296743cc7c921f5fba"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
|
||||
SCRIPT_COMMIT="85e44db4b49fcbf8fea2472bdd517e8aa8e1c1a0"
|
||||
SCRIPT_COMMIT="13a54d08f161bd1ff21a6259b8ed54b279691d6e"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win32 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
|
||||
SCRIPT_COMMIT="25dec5b91fe4d2638787d033a0b22b6c1dc145e0"
|
||||
SCRIPT_COMMIT="c0a08f06aec84c3be102e57a56e01d639be253bb"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git"
|
||||
SCRIPT_COMMIT="v1.3.295"
|
||||
SCRIPT_COMMIT="v1.3.297"
|
||||
SCRIPT_TAGFILTER="v?.*.*"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/google/shaderc.git"
|
||||
SCRIPT_COMMIT="6d2848321250a19641800f8afb07738f3b0b7f18"
|
||||
SCRIPT_COMMIT="d2564ba5989c9de1a76714b3e59ec60595e9be50"
|
||||
|
||||
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="6a1fb66eef1bdca14acf7d0a51a3f883499d79f0"
|
||||
SCRIPT_COMMIT="b28b3559d3882f918825cd90342dcfa955770bad"
|
||||
|
||||
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="efb89342b0c19b9773226624651839686172e88b"
|
||||
SCRIPT_COMMIT="756220c3ee760eb62c0b89172e80f713f89fe571"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/fraunhoferhhi/vvenc.git"
|
||||
SCRIPT_COMMIT="a1996a8c12593c5ce116243bed7a65dd59489a8d"
|
||||
SCRIPT_COMMIT="0e7d4d34b00eedfccc79a3014f9701ae3599dcc0"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != *32 ]] || return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://code.videolan.org/videolan/x264.git"
|
||||
SCRIPT_COMMIT="4613ac3c15fd75cebc4b9f65b7fb95e70a3acce1"
|
||||
SCRIPT_COMMIT="c24e06c2e184345ceb33eb20a15d1024d9fd3497"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://bitbucket.org/multicoreware/x265_git.git"
|
||||
SCRIPT_COMMIT="f6735953b90e4ff74849e20156a520f5bfd410fc"
|
||||
SCRIPT_COMMIT="26d2bab0063cee453b7d8012e76539a7786c032f"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
Loading…
x
Reference in New Issue
Block a user