X-Git-Url: http://git.johnwright.org/?p=fmit.git;a=blobdiff_plain;f=debian%2Fpatches%2Fjackd2.patch;fp=debian%2Fpatches%2Fjackd2.patch;h=0000000000000000000000000000000000000000;hp=ea60374e96df840733b12dbd71c10a0428c3ed17;hb=3f5f7158bffa2b79476108b70ce5a90fdbf5a5f1;hpb=49947d1cd4506f5574b3be62ee90e9f00227d9fd diff --git a/debian/patches/jackd2.patch b/debian/patches/jackd2.patch deleted file mode 100644 index ea60374..0000000 --- a/debian/patches/jackd2.patch +++ /dev/null @@ -1,18 +0,0 @@ -The use of jack_error_callback in current fmit code is... erm, useless, -as it just says "Use the default", which is also used if nothing is -specified. - -Patch from Adrian Knoth . - -diff --git a/src/CaptureThread.cpp b/src/CaptureThread.cpp -index 5c6f86b..6eae124 100644 ---- a/src/CaptureThread.cpp -+++ b/src/CaptureThread.cpp -@@ -877,7 +877,6 @@ void CaptureThreadImplJACK::capture_init() - - jack_set_process_callback(m_jack_client, JackProcess, (void*)this); - jack_on_shutdown(m_jack_client, JackShutdown, (void*)this); -- jack_set_error_function(jack_error_callback); - jack_set_sample_rate_callback(m_jack_client, JackSampleRate, (void*)this); - - int err=0;