summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libffmpegFLAC/decoder.h')
-rw-r--r--apps/codecs/libffmpegFLAC/decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libffmpegFLAC/decoder.h b/apps/codecs/libffmpegFLAC/decoder.h
index affec0a5a3..0b148df916 100644
--- a/apps/codecs/libffmpegFLAC/decoder.h
+++ b/apps/codecs/libffmpegFLAC/decoder.h
@@ -44,6 +44,6 @@ int flac_decode_frame(FLACContext *s,
44 int32_t* decoded0, 44 int32_t* decoded0,
45 int32_t* decoded1, 45 int32_t* decoded1,
46 uint8_t *buf, int buf_size, 46 uint8_t *buf, int buf_size,
47 void (*yield)(void)) ICODE_ATTR; 47 void (*yield)(void)) ICODE_ATTR_FLAC;
48 48
49#endif 49#endif