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 cd4a9d5..93542e3 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -50,6 +50,7 @@
#include "sound.h"
#include "splash.h"
#include "general.h"
+#include "rbpaths.h"
#define LOGF_ENABLE
#include "logf.h"
@@ -97,6 +98,7 @@ struct codec_api ci = {
NULL, /* set_offset */
NULL, /* configure */
NULL, /* get_command */
+ NULL, /* loop_track */
/* kernel/ system */
#if defined(CPU_ARM) && CONFIG_PLATFORM & PLATFORM_NATIVE
@@ -127,7 +129,6 @@ struct codec_api ci = {
memmove,
memcmp,
memchr,
- strcasestr,
#if defined(DEBUG) || defined(SIMULATOR)
debugf,
#endif
@@ -136,7 +137,6 @@ struct codec_api ci = {
#endif
(qsort_func)qsort,
- &global_settings,
#ifdef RB_PROFILE
profile_thread,