]> git.sesse.net Git - vlc/blobdiff - include/modules.h
* modules/audio_output/directx.c: backport of directx audio changes (13374). Needs...
[vlc] / include / modules.h
index 707d9a18e80ee901c4d0b270892220f4fc18c614..cb2195d0264a7a54823418454b403d4f09eebf90 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * modules.h : Module management functions.
  *****************************************************************************
- * Copyright (C) 2001 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2001 the VideoLAN team
  * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
@@ -55,7 +55,9 @@ 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;