diff options
author | Bradley Sepos <[email protected]> | 2015-10-28 17:25:21 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-25 15:45:04 -0400 |
commit | ee4ca95e2a1f78903c114411522a04a5bbd7a5bb (patch) | |
tree | d705aad5ceaf03a87d6b7602a73d059ae3347e37 /contrib/x265 | |
parent | 0310fab56d7801cf37f71876ad6c11390f6ae97d (diff) |
contrib: Add upstream urls where possible.
Diffstat (limited to 'contrib/x265')
-rw-r--r-- | contrib/x265/module.defs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs index e760a0836..5255c44f6 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -3,6 +3,7 @@ $(eval $(call import.MODULE.defs,X265,x265,$(__deps__))) $(eval $(call import.CONTRIB.defs,X265)) X265.FETCH.url = http://download.handbrake.fr/contrib/x265_1.9.tar.gz +X265.FETCH.url += https://download.videolan.org/pub/videolan/x265/x265_1.9.tar.gz X265.FETCH.md5 = f34a1c4c660ff07511365cb0983cf164 X265.CONFIGURE.exe = cmake @@ -36,5 +37,3 @@ X265.CONFIGURE.extra += "$(call fn.ABSOLUTE,$(X265.EXTRACT.dir/)source/)" ## optional static libs need to be marked X265.OSL.libs = x265 X265.OSL.files = $(foreach i,$(X265.OSL.libs),$(call fn.ABSOLUTE,$(CONTRIB.build/)lib/lib$(i).a)) - - |