]> git.sesse.net Git - vlc/blobdiff - src/modules/modules.h
Lower the size of the module_t structure because not any module as more than 15 short...
[vlc] / src / modules / modules.h
index 2973c43aa4da35cae6a8ffbba77f4e15ca980acb..50add49bc55f292b76ced27a586ae63715f14e58 100644 (file)
@@ -69,7 +69,7 @@ struct module_cache_t
 };
 
 
-#define MODULE_SHORTCUT_MAX 50
+#define MODULE_SHORTCUT_MAX 20
 
 /* The module handle type. */
 #if defined(HAVE_DL_DYLD) && !defined(__x86_64__)