[SCM] rtaudio/master: Patch refreshed.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Oct 8 08:38:10 UTC 2017


The following commit has been merged in the master branch:
commit f640fc7a56f2332032533858a231c4f3d52c5549
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Oct 8 08:13:40 2017 +0200

    Patch refreshed.

diff --git a/debian/patches/0004-comment-out-unsed-function.patch b/debian/patches/0004-comment-out-unsed-function.patch
index 54c58de..731fb73 100644
--- a/debian/patches/0004-comment-out-unsed-function.patch
+++ b/debian/patches/0004-comment-out-unsed-function.patch
@@ -6,12 +6,12 @@ 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()
- {
+@@ -1945,7 +1945,7 @@ struct JackHandle {
+ };
+ 
+ #if !defined(__RTAUDIO_DEBUG__)
+-static void jackSilentError( const char * ) {};
++//static void jackSilentError( const char * ) {};
+ #endif
+ 
+ RtApiJack :: RtApiJack()

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list