forked from len0rd/rockbox
Fixed link error for Archos Players/Recorders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6232 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f33ca63396
commit
c1a951f524
1 changed files with 4 additions and 1 deletions
|
@ -60,7 +60,9 @@
|
|||
#include "plugin.h"
|
||||
|
||||
|
||||
#if (CONFIG_HWCODEC == MASNONE)
|
||||
#include "uda1380.h"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_TUNER
|
||||
#include "radio.h"
|
||||
|
@ -266,8 +268,9 @@ void init(void)
|
|||
}
|
||||
#endif /* #ifdef AUTOROCK */
|
||||
|
||||
#if (CONFIG_HWCODEC == MASNONE)
|
||||
uda1380_init();
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
int main(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue