summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index 50bc36baa2..a59a791d42 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -267,7 +267,8 @@ extern unsigned char plugin_end_addr[];
267#else /* def SIMULATOR */ 267#else /* def SIMULATOR */
268/* decoders */ 268/* decoders */
269#define CODEC_HEADER \ 269#define CODEC_HEADER \
270 const struct codec_header __header = { \ 270 const struct codec_header __header \
271 __attribute__((visibility("default"))) = { \
271 CODEC_MAGIC, TARGET_ID, CODEC_API_VERSION, \ 272 CODEC_MAGIC, TARGET_ID, CODEC_API_VERSION, \
272 NULL, NULL, codec_start }; 273 NULL, NULL, codec_start };
273/* encoders */ 274/* encoders */