X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginserver.inc;h=8a93cca0e45ed737c4a5cba6f90881b458b77876;hp=d75cf8209ab7d6ee838441a46ea304bbc25c426d;hb=32294ae14f17c867a39f638112cbec12d59b32d6;hpb=eecf057a9d6b8c8cffc7d0001bff89bc9cac7b05 diff --git a/cinelerra-5.1/cinelerra/pluginserver.inc b/cinelerra-5.1/cinelerra/pluginserver.inc index d75cf820..8a93cca0 100644 --- a/cinelerra-5.1/cinelerra/pluginserver.inc +++ b/cinelerra-5.1/cinelerra/pluginserver.inc @@ -25,15 +25,17 @@ class PluginObj; class PluginServer; -#define PLUGIN_LADSPA_ID 0 -#define PLUGIN_FFMPEG_ID 1 -#define PLUGIN_IDS 2 +#define PLUGIN_FFMPEG_ID 0 +#define PLUGIN_LADSPA_ID 1 +#define PLUGIN_LV2_ID 2 +#define PLUGIN_IDS 3 #define PLUGIN_TYPE_UNKNOWN -1 #define PLUGIN_TYPE_EXECUTABLE 0 #define PLUGIN_TYPE_BUILTIN 1 -#define PLUGIN_TYPE_LADSPA 2 -#define PLUGIN_TYPE_FFMPEG 3 -#define PLUGIN_TYPES 4 +#define PLUGIN_TYPE_FFMPEG 2 +#define PLUGIN_TYPE_LADSPA 3 +#define PLUGIN_TYPE_LV2 4 +#define PLUGIN_TYPES 5 #endif