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, 4 insertions, 0 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index ba9d7392b1..35cce6a861 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -157,6 +157,10 @@ struct codec_api ci = {
157 /* new stuff at the end, sort into place next time 157 /* new stuff at the end, sort into place next time
158 the API gets incompatible */ 158 the API gets incompatible */
159 159
160#ifdef CACHE_FUNCTIONS_AS_CALL
161 flush_icache,
162 invalidate_icache,
163#endif
160}; 164};
161 165
162void codec_get_full_path(char *path, const char *codec_root_fn) 166void codec_get_full_path(char *path, const char *codec_root_fn)