summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index 380816ba40..0301a490d8 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -215,6 +215,7 @@ struct codec_api ci = {
215 /* new stuff at the end, sort into place next time 215 /* new stuff at the end, sort into place next time
216 the API gets incompatible */ 216 the API gets incompatible */
217 217
218 memmove,
218}; 219};
219 220
220int codec_load_ram(char* codecptr, int size, void* ptr2, int bufwrap, 221int codec_load_ram(char* codecptr, int size, void* ptr2, int bufwrap,