summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 2a86dfbaf5..2beb374956 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -909,10 +909,12 @@ int onplay(char* file, int attr, int from)
909 } 909 }
910 if (context == CONTEXT_WPS) 910 if (context == CONTEXT_WPS)
911 { 911 {
912#if (CONFIG_KEYPAD != PLAYER_PAD)
912 /* Pitch screen access */ 913 /* Pitch screen access */
913 items[i].desc = ID2P(LANG_PITCH); 914 items[i].desc = ID2P(LANG_PITCH);
914 items[i].function = pitch_screen; 915 items[i].function = pitch_screen;
915 i++; 916 i++;
917#endif
916#if CONFIG_CODEC == SWCODEC 918#if CONFIG_CODEC == SWCODEC
917 /* Equalizer menu items */ 919 /* Equalizer menu items */
918 items[i].desc = ID2P(LANG_EQUALIZER_GRAPHICAL); 920 items[i].desc = ID2P(LANG_EQUALIZER_GRAPHICAL);