forked from len0rd/rockbox
rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear what it is needed for
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26716 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
881a5b9759
commit
10e24d22c4
5 changed files with 8 additions and 8 deletions
|
|
@ -1250,7 +1250,7 @@ static struct hotkey_assignment hotkey_items[] = {
|
|||
{ HOTKEY_INSERT_SHUFFLED, LANG_INSERT_SHUFFLED,
|
||||
HOTKEY_FUNC(playlist_insert_shuffled, NULL),
|
||||
ONPLAY_OK },
|
||||
#ifdef HAVE_PICTUREFLOW
|
||||
#ifdef HAVE_PICTUREFLOW_INTEGRATION
|
||||
{ HOTKEY_PICTUREFLOW, LANG_ONPLAY_PICTUREFLOW,
|
||||
HOTKEY_FUNC(NULL, NULL),
|
||||
ONPLAY_PICTUREFLOW },
|
||||
|
|
@ -1337,7 +1337,7 @@ int onplay(char* file, int attr, int from, bool hotkey)
|
|||
return ONPLAY_MAINMENU;
|
||||
case GO_TO_PLAYLIST_VIEWER:
|
||||
return ONPLAY_PLAYLIST;
|
||||
#ifdef HAVE_PICTUREFLOW
|
||||
#ifdef HAVE_PICTUREFLOW_INTEGRATION
|
||||
case GO_TO_PICTUREFLOW:
|
||||
return ONPLAY_PICTUREFLOW;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue