]> git.sesse.net Git - vlc/blobdiff - include/vlc_plugin.h
Another bunch of invalid config.h usage
[vlc] / include / vlc_plugin.h
index 7ee7f08a505bc23d4fff8d70316fba5fabb150f8..cf632ee5b50c9d510bbc283f8e41964c9ee99610 100644 (file)
@@ -43,7 +43,7 @@
 
 /* Explanation:
  *
- * if HAVE_DYNAMIC_PLUGINS is NOT set, we will need:
+ * if linking a module statically, we will need:
  * #define MODULE_FUNC( zog ) module_foo_zog
  *
  * this can't easily be done with the C preprocessor, thus a few ugly hacks.