forked from len0rd/rockbox
No audio track changed event on archos yet, someone please implement this.
Disabled runtime database on archos for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6970 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c735ed7914
commit
c828885c47
1 changed files with 4 additions and 0 deletions
|
@ -293,6 +293,9 @@ int rundb_init(void)
|
|||
int i, *p;
|
||||
#endif
|
||||
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
return -1;
|
||||
#else
|
||||
if(!tagdb_initialized) /* forget it.*/
|
||||
return -1;
|
||||
|
||||
|
@ -334,6 +337,7 @@ int rundb_init(void)
|
|||
memset(&rundbentry,0,sizeof(struct rundb_entry));
|
||||
rundbsize=lseek(rundb_fd,0,SEEK_END);
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
void writerundbheader(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue