[SCM] x265/master: Hide internal symbol

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Feb 18 01:09:18 UTC 2015


The following commit has been merged in the master branch:
commit 413a42738ddd721eca5805da24d093b19c9399af
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Feb 18 01:36:46 2015 +0100

    Hide internal symbol

diff --git a/debian/patches/hide-internal-symbols.patch b/debian/patches/hide-internal-symbols.patch
new file mode 100644
index 0000000..b9fb28d
--- /dev/null
+++ b/debian/patches/hide-internal-symbols.patch
@@ -0,0 +1,18 @@
+Description: Hide internal symbols
+Author: Sebastian Ramacher <sramacher at debian.org>
+Bug: https://bitbucket.org/multicoreware/x265/issue/105/defaultanalysisfilename-in-source-encoder
+Last-Update: 2015-02-18
+
+diff --git a/source/encoder/encoder.cpp b/source/encoder/encoder.cpp
+index 45ad5b1..38a0c76 100644
+--- a/source/encoder/encoder.cpp
++++ b/source/encoder/encoder.cpp
+@@ -51,7 +51,7 @@ static const char *summaryCSVHeader =
+     "B count, B ave-QP, B kpbs, B-PSNR Y, B-PSNR U, B-PSNR V, B-SSIM (dB), "
+     "Version\n";
+ 
+-const char* defaultAnalysisFileName = "x265_analysis.dat";
++static const char* defaultAnalysisFileName = "x265_analysis.dat";
+ 
+ using namespace x265;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index d926bbf..29a9252 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 compile-flags.patch
 atomic.patch
 workaround-partial-SIMD-support.patch
+hide-internal-symbols.patch

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list