diff options
author | sr55 <[email protected]> | 2020-08-24 17:57:41 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-08-24 18:02:16 +0100 |
commit | 01b0d1b2da440acca336c47315866f7424477d06 (patch) | |
tree | cf11aba5c85e3dc5a2393723475e708e3c9a24a7 /contrib/x265_8bit | |
parent | cecbabdb13ca517eb061f745138cbbe46092aad8 (diff) |
contribs: Remove x265 bitbucket download URLs since those no longer work. Fixes #3082
Diffstat (limited to 'contrib/x265_8bit')
-rw-r--r-- | contrib/x265_8bit/module.defs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/x265_8bit/module.defs b/contrib/x265_8bit/module.defs index f3fdf8183..01afb52a9 100644 --- a/contrib/x265_8bit/module.defs +++ b/contrib/x265_8bit/module.defs @@ -3,7 +3,6 @@ $(eval $(call import.MODULE.defs,X265_8,x265_8,$(__deps__),x265)) $(eval $(call import.CONTRIB.defs,X265_8)) X265_8.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x265_3.2.1.tar.gz -X265_8.FETCH.url += https://bitbucket.org/multicoreware/x265/downloads/x265_3.2.1.tar.gz X265_8.FETCH.url += https://download.videolan.org/pub/videolan/x265/x265_3.2.1.tar.gz X265_8.FETCH.sha256 = fb9badcf92364fd3567f8b5aa0e5e952aeea7a39a2b864387cec31e3b58cbbcc X265_8.EXTRACT.tarbase = x265_3.2.1 |