[SCM] calf/master: + Framework: attempt to make modules_dev.h usable for new modules again
js at users.alioth.debian.org
js at users.alioth.debian.org
Tue May 7 15:37:50 UTC 2013
The following commit has been merged in the master branch:
commit e0a49bea4693018f09ced1b586fc5a2ee587dbeb
Author: Krzysztof Foltman <wdev at foltman.com>
Date: Wed Oct 29 21:29:48 2008 +0000
+ Framework: attempt to make modules_dev.h usable for new modules again
diff --git a/src/calf/modules_dev.h b/src/calf/modules_dev.h
index 4513856..4b99b82 100644
--- a/src/calf/modules_dev.h
+++ b/src/calf/modules_dev.h
@@ -21,8 +21,12 @@
#ifndef __CALF_MODULES_DEV_H
#define __CALF_MODULES_DEV_H
+namespace synth {
+
#if ENABLE_EXPERIMENTAL
#endif
+
+};
#endif
diff --git a/src/plugin.cpp b/src/plugin.cpp
index 1315859..862c104 100644
--- a/src/plugin.cpp
+++ b/src/plugin.cpp
@@ -21,6 +21,7 @@
#include <config.h>
#include <calf/lv2wrap.h>
#include <calf/modules.h>
+#include <calf/modules_dev.h>
using namespace synth;
--
calf audio plugins packaging
More information about the pkg-multimedia-commits
mailing list