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, 2 insertions, 2 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index cd4a9d50eb..93542e35ce 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -50,6 +50,7 @@
50#include "sound.h" 50#include "sound.h"
51#include "splash.h" 51#include "splash.h"
52#include "general.h" 52#include "general.h"
53#include "rbpaths.h"
53 54
54#define LOGF_ENABLE 55#define LOGF_ENABLE
55#include "logf.h" 56#include "logf.h"
@@ -97,6 +98,7 @@ struct codec_api ci = {
97 NULL, /* set_offset */ 98 NULL, /* set_offset */
98 NULL, /* configure */ 99 NULL, /* configure */
99 NULL, /* get_command */ 100 NULL, /* get_command */
101 NULL, /* loop_track */
100 102
101 /* kernel/ system */ 103 /* kernel/ system */
102#if defined(CPU_ARM) && CONFIG_PLATFORM & PLATFORM_NATIVE 104#if defined(CPU_ARM) && CONFIG_PLATFORM & PLATFORM_NATIVE
@@ -127,7 +129,6 @@ struct codec_api ci = {
127 memmove, 129 memmove,
128 memcmp, 130 memcmp,
129 memchr, 131 memchr,
130 strcasestr,
131#if defined(DEBUG) || defined(SIMULATOR) 132#if defined(DEBUG) || defined(SIMULATOR)
132 debugf, 133 debugf,
133#endif 134#endif
@@ -136,7 +137,6 @@ struct codec_api ci = {
136#endif 137#endif
137 138
138 (qsort_func)qsort, 139 (qsort_func)qsort,
139 &global_settings,
140 140
141#ifdef RB_PROFILE 141#ifdef RB_PROFILE
142 profile_thread, 142 profile_thread,