Skip to content

Commit 5f813b2

Browse files
committed
Fixing the libx265 compilation, since the source archive structure was changed
1 parent 2249c7c commit 5f813b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/libx265/download.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source ${SCRIPTS_DIR}/common-functions.sh
44

55
LIBX265_VERSION=3.6
66

7-
# For 3.6 (and presumably above) it is necessary to pass 'true' as the last argument
87
downloadTarArchive \
98
"libx265" \
10-
"https://bitbucket.org/multicoreware/x265_git/downloads/x265_${LIBX265_VERSION}.tar.gz" \
11-
true
9+
"https://bitbucket.org/multicoreware/x265_git/downloads/x265_${LIBX265_VERSION}.tar.gz"

0 commit comments

Comments
 (0)