[SCM] rtaudio/master: Add patch comment out unused function.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Jun 17 20:02:15 UTC 2016


The following commit has been merged in the master branch:
commit 7f0913f9c9471b4bd63dbaaee6c26886057eeb75
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jun 17 21:31:26 2016 +0200

    Add patch comment out unused function.

diff --git a/debian/patches/0004-comment-out-unsed-function.patch b/debian/patches/0004-comment-out-unsed-function.patch
new file mode 100644
index 0000000..edd47d9
--- /dev/null
+++ b/debian/patches/0004-comment-out-unsed-function.patch
@@ -0,0 +1,13 @@
+Index: rtaudio/RtAudio.cpp
+===================================================================
+--- rtaudio.orig/RtAudio.cpp
++++ rtaudio/RtAudio.cpp
+@@ -1940,7 +1940,7 @@ struct JackHandle {
+     :client(0), drainCounter(0), internalDrain(false) { ports[0] = 0; ports[1] = 0; xrun[0] = false; xrun[1] = false; }
+ };
+ 
+-static void jackSilentError( const char * ) {};
++//static void jackSilentError( const char * ) {};
+ 
+ RtApiJack :: RtApiJack()
+ {

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list