summaryrefslogtreecommitdiffstats
path: root/contrib/x265/A01-x265-multiple-inclusion.patch
diff options
context:
space:
mode:
authorRodeo <[email protected]>2014-05-13 20:26:56 +0000
committerRodeo <[email protected]>2014-05-13 20:26:56 +0000
commita863af56c4e552bc77e308e6e009db9f11730f5c (patch)
treeec3600eba9140d48ba2d3da47f5720d64d26bbc3 /contrib/x265/A01-x265-multiple-inclusion.patch
parent8c24585a7d379315f0cf823e8b58e007abfc3fe1 (diff)
Bump x265 to version 1.0
Miscellaneous bugfixes and performance improvements. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6185 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/x265/A01-x265-multiple-inclusion.patch')
-rw-r--r--contrib/x265/A01-x265-multiple-inclusion.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/x265/A01-x265-multiple-inclusion.patch b/contrib/x265/A01-x265-multiple-inclusion.patch
index b88a7e0ee..e69de29bb 100644
--- a/contrib/x265/A01-x265-multiple-inclusion.patch
+++ b/contrib/x265/A01-x265-multiple-inclusion.patch
@@ -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 */