]> git.sesse.net Git - vlc/blobdiff - include/modules.h
* Fix the Mac OS X Resources MAKE_DIST (untested)
[vlc] / include / modules.h
index e07f0cf9e779177e825173b3d41dc1c13538ee0f..cb2195d0264a7a54823418454b403d4f09eebf90 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * modules.h : Module management functions.
  *****************************************************************************
- * Copyright (C) 2001 VideoLAN
+ * Copyright (C) 2001 the VideoLAN team
  * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
@@ -54,7 +54,14 @@ struct module_bank_t
 {
     VLC_COMMON_MEMBERS
 
+    int              i_usage;
+#ifndef HAVE_SHARED_LIBVLC
     module_symbols_t symbols;
+#endif
+
+    vlc_bool_t       b_main;
+    vlc_bool_t       b_builtins;
+    vlc_bool_t       b_plugins;
 
     /* Plugins cache */
     vlc_bool_t     b_cache;