Skip to content

Commit 2249c7c

Browse files
committed
Using libx265 to 3.6
1 parent ba2be16 commit 2249c7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/libx265/download.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
source ${SCRIPTS_DIR}/common-functions.sh
44

5-
LIBX265_VERSION=3.5
5+
LIBX265_VERSION=3.6
66

7+
# For 3.6 (and presumably above) it is necessary to pass 'true' as the last argument
78
downloadTarArchive \
89
"libx265" \
9-
"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

Comments
 (0)