Update dependencies

This commit is contained in:
BtbN 2021-02-19 17:08:32 +01:00
parent 86af523883
commit 3119034c92
27 changed files with 34 additions and 38 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
X264_REPO="https://code.videolan.org/videolan/x264.git"
X264_COMMIT="4121277b40a667665d4eea1726aefdc55d12d110"
X264_REPO="https://github.com/mirror/x264.git"
X264_COMMIT="b86ae3c66f51ac9eab5ab7ad09a9d62e67961b8a"
ffbuild_enabled() {
[[ $VARIANT == gpl* ]] || return -1