summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpegplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpegplayer.c')
-rw-r--r--apps/plugins/mpegplayer/mpegplayer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c
index 17695f4a6f..7a5bff4d6c 100644
--- a/apps/plugins/mpegplayer/mpegplayer.c
+++ b/apps/plugins/mpegplayer/mpegplayer.c
@@ -63,6 +63,10 @@ extern vo_open_t vo_rockbox_open;
63#define MPEG_STOP BUTTON_POWER 63#define MPEG_STOP BUTTON_POWER
64#define MPEG_PAUSE BUTTON_PLAY 64#define MPEG_PAUSE BUTTON_PLAY
65 65
66#elif CONFIG_KEYPAD == GIGABEAT_PAD
67#define MPEG_STOP BUTTON_A
68#define MPEG_PAUSE BUTTON_SELECT
69
66#else 70#else
67#error MPEGPLAYER: Unsupported keypad 71#error MPEGPLAYER: Unsupported keypad
68#endif 72#endif