From b607e66d8424880d266eb9fb382f0f8c2fcab89e Mon Sep 17 00:00:00 2001 From: Rodeo Date: Sun, 6 Apr 2014 17:09:27 +0000 Subject: 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 --- contrib/x265/A01-x265-multiple-inclusion.patch | 12 ------------ contrib/x265/module.defs | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 contrib/x265/A01-x265-multiple-inclusion.patch (limited to 'contrib') diff --git a/contrib/x265/A01-x265-multiple-inclusion.patch b/contrib/x265/A01-x265-multiple-inclusion.patch deleted file mode 100644 index b88a7e0ee..000000000 --- a/contrib/x265/A01-x265-multiple-inclusion.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r 527d03c56d68 source/x265.h ---- a/source/x265.h Tue Mar 04 03:13:00 2014 +0530 -+++ b/source/x265.h Fri Mar 14 16:08:12 2014 +0100 -@@ -240,7 +240,7 @@ - int height[3]; - } x265_cli_csp; - --const x265_cli_csp x265_cli_csps[] = -+static const x265_cli_csp x265_cli_csps[] = - { - { 1, { 0, 0, 0 }, { 0, 0, 0 } }, /* i400 */ - { 3, { 0, 1, 1 }, { 0, 1, 1 } }, /* i420 */ 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)" -- cgit v1.2.3