diff options
author | Rodeo <[email protected]> | 2014-04-06 17:09:27 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-04-06 17:09:27 +0000 |
commit | b607e66d8424880d266eb9fb382f0f8c2fcab89e (patch) | |
tree | d5300f96dbab6d8e9429c1b018970cf34a344a10 /contrib/x265/module.defs | |
parent | e28e42b685349add668d21c02f34cb8779894643 (diff) |
QSV: fix previous commit (outdated version of the same patch, sorry9.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6154 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 e744549a8..1606c9629 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,X265,x265,YASM)) $(eval $(call import.CONTRIB.defs,X265)) -X265.FETCH.url = http://download.handbrake.fr/contrib/x265-6356-527d03c56d68-0.8.tar.bz2 +X265.FETCH.url = http://download.handbrake.fr/contrib/x265-6657-82bbd2bf3b49-0.9.tar.bz2 X265.CONFIGURE.exe = cmake X265.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265.CONFIGURE.prefix)" |