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;
|
int i, *p;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if CONFIG_HWCODEC != MASNONE
|
||||||
|
return -1;
|
||||||
|
#else
|
||||||
if(!tagdb_initialized) /* forget it.*/
|
if(!tagdb_initialized) /* forget it.*/
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
@ -334,6 +337,7 @@ int rundb_init(void)
|
||||||
memset(&rundbentry,0,sizeof(struct rundb_entry));
|
memset(&rundbentry,0,sizeof(struct rundb_entry));
|
||||||
rundbsize=lseek(rundb_fd,0,SEEK_END);
|
rundbsize=lseek(rundb_fd,0,SEEK_END);
|
||||||
return 0;
|
return 0;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void writerundbheader(void) {
|
void writerundbheader(void) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue