diff options
author | jstebbins <[email protected]> | 2015-05-21 15:42:50 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-05-21 15:42:50 +0000 |
commit | b403424dea333a723fdbfd799d22a66fa6885251 (patch) | |
tree | d04384ddfcd43fce452ddea01fef852724bfc585 /contrib/x265/module.defs | |
parent | e5425e2befcf55a9ef97036fde585f5b35cef72b (diff) |
x265: bump to version 1.7
Eliminates the need for our cleanup patch.
Various bug fixes and improvements.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7215 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/x265/module.defs')
-rw-r--r-- | contrib/x265/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs index 177333b84..1a9ac1a55 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -2,7 +2,7 @@ __deps__ := YASM CMAKE $(eval $(call import.MODULE.defs,X265,x265,$(__deps__))) $(eval $(call import.CONTRIB.defs,X265)) -X265.FETCH.url = http://download.handbrake.fr/contrib/x265-9964-cbeb7d8a4880-1.6.tar.bz2 +X265.FETCH.url = http://download.handbrake.fr/contrib/x265_1.7.tar.gz X265.CONFIGURE.exe = cmake X265.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265.CONFIGURE.prefix)" |