]> git.sesse.net Git - vlc/commitdiff
Do not implicitly define MODULE_NAME
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 6 Nov 2010 10:52:12 +0000 (12:52 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 6 Nov 2010 10:52:12 +0000 (12:52 +0200)
We want compilation to fail if this is missing.

include/vlc_plugin.h

index 4bb073e7baca39295d652b3a1887bd7cd6803c17..e65dd455743d4fcdc76247683155923392f61632 100644 (file)
@@ -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
  */