|
|
|
@@ -1,6 +1,6 @@ |
|
|
|
/* |
|
|
|
* Carla Native Plugins |
|
|
|
* Copyright (C) 2012-2017 Filipe Coelho <falktx@falktx.com> |
|
|
|
* Copyright (C) 2012-2018 Filipe Coelho <falktx@falktx.com> |
|
|
|
* |
|
|
|
* This program is free software; you can redistribute it and/or |
|
|
|
* modify it under the terms of the GNU General Public License as |
|
|
|
@@ -356,7 +356,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { |
|
|
|
/* copyright */ "GNU GPL v2+", |
|
|
|
DESCFUNCS |
|
|
|
}, |
|
|
|
# ifndef DISABLE_PLUGINS_FOR_WINDOWS_BUILD |
|
|
|
# ifndef SKIP_ZYN_SYNTH |
|
|
|
{ |
|
|
|
/* category */ NATIVE_PLUGIN_CATEGORY_SYNTH, |
|
|
|
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_SYNTH |
|
|
|
@@ -381,7 +381,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { |
|
|
|
/* copyright */ "GNU GPL v2+", |
|
|
|
DESCFUNCS |
|
|
|
}, |
|
|
|
# endif // ! DISABLE_PLUGINS_FOR_WINDOWS_BUILD |
|
|
|
# endif // ! SKIP_ZYN_SYNTH |
|
|
|
#endif // HAVE_ZYN_DEPS |
|
|
|
|
|
|
|
// -------------------------------------------------------------------------------------------------------------------- |
|
|
|
|