[SCM] rtaudio/master: Fix patch.

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


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

    Fix patch.

diff --git a/debian/patches/0004-comment-out-unsed-function.patch b/debian/patches/0004-comment-out-unsed-function.patch
index dbd4dc6..54c58de 100644
--- a/debian/patches/0004-comment-out-unsed-function.patch
+++ b/debian/patches/0004-comment-out-unsed-function.patch
@@ -7,11 +7,11 @@ 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()
- {
+     :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