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

Do not implicitly define MODULE_NAME

We want compilation to fail if this is missing.
parent e1c0095c
......@@ -110,13 +110,6 @@ enum vlc_module_properties
/* Insert new VLC_CONFIG_* here */
};
/*****************************************************************************
* If we are not within a module, assume we're in the vlc core.
*****************************************************************************/
#if !defined( __PLUGIN__ ) && !defined( __BUILTIN__ )
# define MODULE_NAME main
#endif
/**
* Current plugin ABI version
*/
......
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