We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2be16 commit 2249c7cCopy full SHA for 2249c7c
scripts/libx265/download.sh
@@ -2,8 +2,10 @@
2
3
source ${SCRIPTS_DIR}/common-functions.sh
4
5
-LIBX265_VERSION=3.5
+LIBX265_VERSION=3.6
6
7
+# For 3.6 (and presumably above) it is necessary to pass 'true' as the last argument
8
downloadTarArchive \
9
"libx265" \
- "https://bitbucket.org/multicoreware/x265_git/downloads/x265_${LIBX265_VERSION}.tar.gz"
10
+ "https://bitbucket.org/multicoreware/x265_git/downloads/x265_${LIBX265_VERSION}.tar.gz" \
11
+ true
0 commit comments