diff options
Diffstat (limited to 'apps/plugins/mpegplayer/mpegplayer.c')
| -rw-r--r-- | apps/plugins/mpegplayer/mpegplayer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c index 7a5bff4..c27d6aa 100644 --- a/apps/plugins/mpegplayer/mpegplayer.c +++ b/apps/plugins/mpegplayer/mpegplayer.c @@ -67,6 +67,10 @@ extern vo_open_t vo_rockbox_open; #define MPEG_STOP BUTTON_A #define MPEG_PAUSE BUTTON_SELECT +#elif CONFIG_KEYPAD == IRIVER_H10_PAD +#define MPEG_STOP BUTTON_POWER +#define MPEG_PAUSE BUTTON_PLAY + #else #error MPEGPLAYER: Unsupported keypad #endif |