[SCM] calf/master: + JACK Host: fix compiling w/o LASH

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:07 UTC 2013


The following commit has been merged in the master branch:
commit 4c43f4c3c7d5bf6b2eadb5a5ca8ab1f77d5c18ea
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sat Apr 5 21:42:09 2008 +0000

    + JACK Host: fix compiling w/o LASH
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@145 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/jackhost.cpp b/src/jackhost.cpp
index 0ba0ad2..77f98ae 100644
--- a/src/jackhost.cpp
+++ b/src/jackhost.cpp
@@ -170,8 +170,10 @@ struct host_session: public main_window_owner_iface
 host_session::host_session()
 {
     client_name = "calf";
+#if USE_LASH
     lash_client = NULL;
     lash_args = NULL;
+#endif
     lash_source_id = 0;
     restoring_session = false;
     main_win = new main_window;

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list