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

Fix "normal" builds

parent 61614b65
......@@ -56,7 +56,7 @@
/* If the module is built-in, then we need to define foo_InitModule instead
* of InitModule. Same for Activate- and DeactivateModule. */
#if defined (HAVE_DYNAMIC_PLUGINS)
#if defined (HAVE_DYNAMIC_PLUGINS) && !defined (__LIBVLC__)
# define E_( function ) CONCATENATE( function, MODULE_SYMBOL )
# define __VLC_SYMBOL( symbol ) CONCATENATE( symbol, MODULE_SYMBOL )
#else
......
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