Skip to content

Commit

Permalink
Using libx265 to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Apr 5, 2024
1 parent ba2be16 commit 2249c7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/libx265/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

source ${SCRIPTS_DIR}/common-functions.sh

LIBX265_VERSION=3.5
LIBX265_VERSION=3.6

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

0 comments on commit 2249c7c

Please sign in to comment.