summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/opus/src/silk/typedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/opus/src/silk/typedef.h')
-rw-r--r--chromium/third_party/opus/src/silk/typedef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/opus/src/silk/typedef.h b/chromium/third_party/opus/src/silk/typedef.h
index 6394cde8786..97b7e709be5 100644
--- a/chromium/third_party/opus/src/silk/typedef.h
+++ b/chromium/third_party/opus/src/silk/typedef.h
@@ -29,6 +29,7 @@ POSSIBILITY OF SUCH DAMAGE.
#define SILK_TYPEDEF_H
#include "opus_types.h"
+#include "opus_defines.h"
#ifndef FIXED_POINT
# include <float.h>
@@ -63,7 +64,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifdef __GNUC__
__attribute__((noreturn))
#endif
-static inline void _silk_fatal(const char *str, const char *file, int line)
+static OPUS_INLINE void _silk_fatal(const char *str, const char *file, int line)
{
fprintf (stderr, "Fatal (internal) error in %s, line %d: %s\n", file, line, str);
abort();