summaryrefslogtreecommitdiff
path: root/firmware/export/config/application.h
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-02-24 23:35:16 +0000
committerThomas Jarosch <tomj@simonv.com>2011-02-24 23:35:16 +0000
commite3a3e2c9c2142503b699cfd31f0582eb0666ea08 (patch)
treec392c37bd133b2c538d7b143385f24e6ae1fc005 /firmware/export/config/application.h
parent00e5a9c0880a512acbd6c9c421b3d6bad3bcdcc1 (diff)
downloadrockbox-e3a3e2c9c2142503b699cfd31f0582eb0666ea08.tar.gz
rockbox-e3a3e2c9c2142503b699cfd31f0582eb0666ea08.zip
RaaA: Enable plugins for application builds
Use own plugins/SOURCES and plugins/SUBDIRS file to avoid ifdef hell for disabled plugins without a keymap. This finally brings the credits screen to RaaA. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29392 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/application.h')
-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