Commit 0b4ff2a3 authored by Laurent Aimar's avatar Laurent Aimar

* modules.h: increased MODULE_SHORTCUT_MAX to 50. (It's needed because of

demux2, and will be decreased as soon as demux -> demux2 is finished).
parent 8caa8ca8
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
/* Number of tries before we unload an unused module */ /* Number of tries before we unload an unused module */
#define MODULE_HIDE_DELAY 50 #define MODULE_HIDE_DELAY 50
#define MODULE_SHORTCUT_MAX 20 #define MODULE_SHORTCUT_MAX 50
/* The module handle type. */ /* The module handle type. */
#if defined(HAVE_DL_DYLD) #if defined(HAVE_DL_DYLD)
......
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