summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index 35cce6a861..e41e047720 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -30,7 +30,6 @@
30#include "file.h" 30#include "file.h"
31#include "kernel.h" 31#include "kernel.h"
32#include "sprintf.h" 32#include "sprintf.h"
33#include "logf.h"
34#include "screens.h" 33#include "screens.h"
35#include "misc.h" 34#include "misc.h"
36#include "mas.h" 35#include "mas.h"
@@ -51,6 +50,9 @@
51#include "splash.h" 50#include "splash.h"
52#include "general.h" 51#include "general.h"
53 52
53#define LOGF_ENABLE
54#include "logf.h"
55
54#ifdef SIMULATOR 56#ifdef SIMULATOR
55#if CONFIG_CODEC == SWCODEC 57#if CONFIG_CODEC == SWCODEC
56unsigned char codecbuf[CODEC_SIZE]; 58unsigned char codecbuf[CODEC_SIZE];