summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index 27c9caba13..c3dbc4aaa3 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -254,7 +254,7 @@ extern unsigned char codecbuf[];
254extern size_t codec_size; 254extern size_t codec_size;
255 255
256#ifdef CODEC 256#ifdef CODEC
257#ifndef SIMULATOR 257#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
258/* plugin_* is correct, codecs use the plugin linker script */ 258/* plugin_* is correct, codecs use the plugin linker script */
259extern unsigned char plugin_start_addr[]; 259extern unsigned char plugin_start_addr[];
260extern unsigned char plugin_end_addr[]; 260extern unsigned char plugin_end_addr[];