summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/application.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config/application.h b/firmware/export/config/application.h
index 64ebbf3685..0aa4a3f54d 100644
--- a/firmware/export/config/application.h
+++ b/firmware/export/config/application.h
@@ -79,6 +79,11 @@
79/* Define this if you do software codec */ 79/* Define this if you do software codec */
80#define CONFIG_CODEC SWCODEC 80#define CONFIG_CODEC SWCODEC
81 81
82/* Work around debug macro expansion of strncmp in scratchbox */
83#if (CONFIG_PLATFORM & PLATFORM_MAEMO)
84#define _HAVE_STRING_ARCH_strncmp
85#endif
86
82#if (CONFIG_PLATFORM & (PLATFORM_ANDROID|PLATFORM_MAEMO)) 87#if (CONFIG_PLATFORM & (PLATFORM_ANDROID|PLATFORM_MAEMO))
83#define HAVE_MULTIMEDIA_KEYS 88#define HAVE_MULTIMEDIA_KEYS
84#endif 89#endif