summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index 066b008762..b1cda40d5d 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -40,7 +40,11 @@
40#define MAX_PLUGIN_LENGTH 32 40#define MAX_PLUGIN_LENGTH 32
41 41
42/* max filetypes (plugins & icons stored here) */ 42/* max filetypes (plugins & icons stored here) */
43#if CONFIG_HWCODEC == MASNONE
44#define MAX_FILETYPES 64
45#else
43#define MAX_FILETYPES 32 46#define MAX_FILETYPES 32
47#endif
44 48
45/* max exttypes (extensions stored here) */ 49/* max exttypes (extensions stored here) */
46#if CONFIG_HWCODEC == MASNONE 50#if CONFIG_HWCODEC == MASNONE