diff options
| author | Thomas Jarosch <tomj@simonv.com> | 2011-02-27 23:42:37 +0000 |
|---|---|---|
| committer | Thomas Jarosch <tomj@simonv.com> | 2011-02-27 23:42:37 +0000 |
| commit | 6e9e6a7571275f1942630e0383d3fdf912178c8d (patch) | |
| tree | 74545da1553abed88ef536f0281ab1acbee96576 /apps/codecs.c | |
| parent | 87f7dcf38ed521fcea5561e2a0b7954617f96e66 (diff) | |
| download | rockbox-6e9e6a7571275f1942630e0383d3fdf912178c8d.zip rockbox-6e9e6a7571275f1942630e0383d3fdf912178c8d.tar.gz rockbox-6e9e6a7571275f1942630e0383d3fdf912178c8d.tar.bz2 rockbox-6e9e6a7571275f1942630e0383d3fdf912178c8d.tar.xz | |
RaaA: Add initial Pandora support
More information: www.openpandora.org
Possible things to implement:
- Special button mappings
- Battery monitoring
- ALSA audio backend
- Automate creation of "pnd" (=binary) file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29451 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs.c')
| -rw-r--r-- | apps/codecs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs.c b/apps/codecs.c index 86e36ed..c9f612b 100644 --- a/apps/codecs.c +++ b/apps/codecs.c @@ -54,7 +54,7 @@ #define LOGF_ENABLE #include "logf.h" -#if (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO)) +#if (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA)) #define PREFIX(_x_) sim_ ## _x_ #else #define PREFIX(_x_) _x_ |