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
|
@ -545,7 +545,7 @@ static int load_context_screen(int selection)
|
|||
return GO_TO_PREVIOUS;
|
||||
}
|
||||
|
||||
#ifdef HAVE_PICTUREFLOW
|
||||
#ifdef HAVE_PICTUREFLOW_INTEGRATION
|
||||
static int load_plugin_screen(char *plug_path)
|
||||
{
|
||||
int ret_val;
|
||||
|
@ -638,7 +638,7 @@ void root_menu(void)
|
|||
case GO_TO_ROOTITEM_CONTEXT:
|
||||
next_screen = load_context_screen(selected);
|
||||
break;
|
||||
#ifdef HAVE_PICTUREFLOW
|
||||
#ifdef HAVE_PICTUREFLOW_INTEGRATION
|
||||
case GO_TO_PICTUREFLOW:
|
||||
while ( !tagcache_is_usable() )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue