summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index 804dd2e..298e5e1 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -143,6 +143,7 @@ struct codec_api ci = {
strncasecmp,
memset,
memcpy,
+ memmove,
_ctype_,
atoi,
strchr,
@@ -215,7 +216,6 @@ struct codec_api ci = {
/* new stuff at the end, sort into place next time
the API gets incompatible */
- memmove,
};
int codec_load_ram(char* codecptr, int size, void* ptr2, int bufwrap,