Commit 2ef3494d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix for libvlc_config crash (hopefully)

parent 026f8161
......@@ -2384,7 +2384,7 @@ vlc_module_begin();
set_capability( "main", 100 );
vlc_module_end();
const module_config_t libvlc_config[] =
module_config_t libvlc_config[] =
{
{
.i_type = CONFIG_ITEM_BOOL,
......
......@@ -173,7 +173,7 @@ struct module_config_t
};
#endif
extern const module_config_t libvlc_config[];
extern module_config_t libvlc_config[];
extern const size_t libvlc_config_count;
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment