Only build LOGFDISK for SWCODEC.
Due to the way Archos devices (i.e. the only HWCODEC devices) boot, memory is tight these days. Disabling LOGFDISK on them will make them work for now. In the long term a better solution is needed. Change-Id: Ifc6bb97a81cc33545294e319bbc0a6c499788d39
This commit is contained in:
parent
e6fd7d2d1f
commit
9e61976a19
1 changed files with 1 additions and 1 deletions
|
@ -1135,7 +1135,7 @@ Lyre prototype 1 */
|
|||
|
||||
/* enable logging messages to disk*/
|
||||
#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) \
|
||||
&& !defined(__PCTOOL__)
|
||||
&& !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC)
|
||||
#define ROCKBOX_HAS_LOGDISKF
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue