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 cddebb623d..231b612358 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -169,7 +169,9 @@ struct codec_api ci = {
169 169
170 /* new stuff at the end, sort into place next time 170 /* new stuff at the end, sort into place next time
171 the API gets incompatible */ 171 the API gets incompatible */
172 172#ifdef CPU_ARM
173 __div0,
174#endif
173}; 175};
174 176
175void codec_get_full_path(char *path, const char *codec_root_fn) 177void codec_get_full_path(char *path, const char *codec_root_fn)