[SCM] calf/master: + LV2: fix typo (LADSPA_Handle instead of LV2_Handle)

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


The following commit has been merged in the master branch:
commit e886897596bf38282cf07a3818f26bf1ed3dd04a
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sat Apr 12 15:08:35 2008 +0000

    + LV2: fix typo (LADSPA_Handle instead of LV2_Handle)
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@155 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/calf/lv2wrap.h b/src/calf/lv2wrap.h
index 7502d09..d324f0d 100644
--- a/src/calf/lv2wrap.h
+++ b/src/calf/lv2wrap.h
@@ -124,7 +124,7 @@ struct lv2_wrapper
         // LV2 activate is practically useless because parameters aren't present
     }
     
-    static void cb_deactivate(LADSPA_Handle Instance) {
+    static void cb_deactivate(LV2_Handle Instance) {
         instance *const mod = (instance *)Instance;
         mod->deactivate();
     }

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list