summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index d8ad7146df..88b2ea4e07 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -218,6 +218,12 @@ struct codec_api ci = {
218 218
219 /* new stuff at the end, sort into place next time 219 /* new stuff at the end, sort into place next time
220 the API gets incompatible */ 220 the API gets incompatible */
221#ifdef RB_PROFILE
222 profile_thread,
223 profstop,
224 profile_func_enter,
225 profile_func_exit,
226#endif
221 227
222}; 228};
223 229