summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/silk/typedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/silk/typedef.h')
-rw-r--r--lib/rbcodec/codecs/libopus/silk/typedef.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libopus/silk/typedef.h b/lib/rbcodec/codecs/libopus/silk/typedef.h
index 073aa28cc7..97b7e709be 100644
--- a/lib/rbcodec/codecs/libopus/silk/typedef.h
+++ b/lib/rbcodec/codecs/libopus/silk/typedef.h
@@ -8,7 +8,7 @@ this list of conditions and the following disclaimer.
8- Redistributions in binary form must reproduce the above copyright 8- Redistributions in binary form must reproduce the above copyright
9notice, this list of conditions and the following disclaimer in the 9notice, this list of conditions and the following disclaimer in the
10documentation and/or other materials provided with the distribution. 10documentation and/or other materials provided with the distribution.
11- Neither the name of Internet Society, IETF or IETF Trust, nor the 11- Neither the name of Internet Society, IETF or IETF Trust, nor the
12names of specific contributors, may be used to endorse or promote 12names of specific contributors, may be used to endorse or promote
13products derived from this software without specific prior written 13products derived from this software without specific prior written
14permission. 14permission.
@@ -29,6 +29,7 @@ POSSIBILITY OF SUCH DAMAGE.
29#define SILK_TYPEDEF_H 29#define SILK_TYPEDEF_H
30 30
31#include "opus_types.h" 31#include "opus_types.h"
32#include "opus_defines.h"
32 33
33#ifndef FIXED_POINT 34#ifndef FIXED_POINT
34# include <float.h> 35# include <float.h>
@@ -63,7 +64,7 @@ POSSIBILITY OF SUCH DAMAGE.
63#ifdef __GNUC__ 64#ifdef __GNUC__
64__attribute__((noreturn)) 65__attribute__((noreturn))
65#endif 66#endif
66static inline void _silk_fatal(const char *str, const char *file, int line) 67static OPUS_INLINE void _silk_fatal(const char *str, const char *file, int line)
67{ 68{
68 fprintf (stderr, "Fatal (internal) error in %s, line %d: %s\n", file, line, str); 69 fprintf (stderr, "Fatal (internal) error in %s, line %d: %s\n", file, line, str);
69 abort(); 70 abort();