summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/filetypes.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index b76ea27..066b008 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -43,7 +43,12 @@
#define MAX_FILETYPES 32
/* max exttypes (extensions stored here) */
+#if CONFIG_HWCODEC == MASNONE
+/* Software codecs require more file extensions */
+#define MAX_EXTTYPES 64
+#else
#define MAX_EXTTYPES 32
+#endif
/* string buffer length */
#define STRING_BUFFER_SIZE 512