1
0
Fork 0
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:
Henrik Backe 2005-03-28 13:00:22 +00:00
parent f33ca63396
commit c1a951f524

View file

@ -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)