diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-06 00:34:07 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-06 00:34:07 +0000 |
| commit | a12ccabf040f44c60fb677d7f5c969f55aaf8e2b (patch) | |
| tree | e0d41740420be1ba05dd34f5ab0db85a056377f3 /apps/plugin.c | |
| parent | a9d62c34d7cbb9236c3a078f4380823d90abc674 (diff) | |
| download | rockbox-a12ccabf040f44c60fb677d7f5c969f55aaf8e2b.zip rockbox-a12ccabf040f44c60fb677d7f5c969f55aaf8e2b.tar.gz rockbox-a12ccabf040f44c60fb677d7f5c969f55aaf8e2b.tar.bz2 rockbox-a12ccabf040f44c60fb677d7f5c969f55aaf8e2b.tar.xz | |
Don't bitswap on the iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6583 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 81830a8..f965a94 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -230,8 +230,10 @@ static const struct plugin_api rockbox_api = { mp3_play_pause, mp3_play_stop, mp3_is_playing, +#if CONFIG_HWCODEC != MASNONE bitswap, #endif +#endif /* playback control */ PREFIX(audio_play), |