Build carla with a custom namespace
This commit is contained in:
parent
b7d4847e19
commit
1260ca840f
6 changed files with 6 additions and 7 deletions
|
@ -38,7 +38,7 @@ const NativePluginDescriptor* carla_getNativePluginDescriptor(const std::size_t
|
|||
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
using namespace CarlaBackend;
|
||||
using namespace CARLA_BACKEND_NAMESPACE;
|
||||
|
||||
static uint32_t host_get_buffer_size(NativeHostHandle);
|
||||
static double host_get_sample_rate(NativeHostHandle);
|
||||
|
|
|
@ -39,7 +39,7 @@ json_t *jsonp_stringn_nocheck_own(const char* value, size_t len);
|
|||
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
using namespace CarlaBackend;
|
||||
using namespace CARLA_BACKEND_NAMESPACE;
|
||||
|
||||
static uint32_t host_get_buffer_size(NativeHostHandle);
|
||||
static double host_get_sample_rate(NativeHostHandle);
|
||||
|
|
|
@ -77,9 +77,7 @@ namespace ildaeil {
|
|||
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
using namespace CarlaBackend;
|
||||
using namespace CARLA_BACKEND_NAMESPACE;
|
||||
|
||||
static uint32_t host_get_buffer_size(NativeHostHandle);
|
||||
static double host_get_sample_rate(NativeHostHandle);
|
||||
|
|
|
@ -1017,6 +1017,7 @@ $(BUILD_DIR)/Cardinal/%.cpp.o: Cardinal/%.cpp
|
|||
-Dstbtt_fontinfo=stbtt_fontinfo_cardinal \
|
||||
-Dstbrp_node=stbrp_node_cardinal \
|
||||
-Dstbrp_rect=stbrp_rect_cardinal \
|
||||
-DCARLA_BACKEND_NAMESPACE=Cardinal \
|
||||
-DREAL_BUILD \
|
||||
-DSTATIC_PLUGIN_TARGET \
|
||||
-I../carla/source/backend \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue