Skip to content

Commit

Permalink
Fixing the libx265 compilation, since the source archive structure wa…
Browse files Browse the repository at this point in the history
…s changed
  • Loading branch information
Javernaut committed Apr 17, 2024
1 parent 2249c7c commit 5f813b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/libx265/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ source ${SCRIPTS_DIR}/common-functions.sh

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" \
true
"https://bitbucket.org/multicoreware/x265_git/downloads/x265_${LIBX265_VERSION}.tar.gz"

0 comments on commit 5f813b2

Please sign in to comment.