We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2249c7c commit 5f813b2Copy full SHA for 5f813b2
scripts/libx265/download.sh
@@ -4,8 +4,6 @@ source ${SCRIPTS_DIR}/common-functions.sh
4
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" \
10
- "https://bitbucket.org/multicoreware/x265_git/downloads/x265_${LIBX265_VERSION}.tar.gz" \
11
- true
+ "https://bitbucket.org/multicoreware/x265_git/downloads/x265_${LIBX265_VERSION}.tar.gz"
0 commit comments