File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -115,24 +115,24 @@ static plugin_t *plugins_lowprio_tail;
115115#define MAX_PLUGINS 100
116116static DB_plugin_t * g_plugins [MAX_PLUGINS + 1 ];
117117
118- #define MAX_GUI_PLUGINS 10
118+ #define MAX_GUI_PLUGINS 50
119119static char * g_gui_names [MAX_GUI_PLUGINS + 1 ];
120120static int g_num_gui_names ;
121121
122122#define MAX_DECODER_PLUGINS 50
123123static DB_decoder_t * g_decoder_plugins [MAX_DECODER_PLUGINS + 1 ];
124124
125- #define MAX_VFS_PLUGINS 10
125+ #define MAX_VFS_PLUGINS 50
126126static DB_vfs_t * g_vfs_plugins [MAX_VFS_PLUGINS + 1 ];
127127
128- #define MAX_DSP_PLUGINS 10
128+ #define MAX_DSP_PLUGINS 50
129129static DB_dsp_t * g_dsp_plugins [MAX_DSP_PLUGINS + 1 ];
130130
131- #define MAX_OUTPUT_PLUGINS 10
131+ #define MAX_OUTPUT_PLUGINS 50
132132static DB_output_t * g_output_plugins [MAX_OUTPUT_PLUGINS + 1 ];
133133static DB_output_t * output_plugin = NULL ;
134134
135- #define MAX_PLAYLIST_PLUGINS 10
135+ #define MAX_PLAYLIST_PLUGINS 50
136136static DB_playlist_t * g_playlist_plugins [MAX_PLAYLIST_PLUGINS + 1 ];
137137
138138static uintptr_t background_jobs_mutex ;
You can’t perform that action at this time.
0 commit comments