| Index: third_party/opus/src/include/opus_types.h
|
| diff --git a/third_party/opus/src/include/opus_types.h b/third_party/opus/src/include/opus_types.h
|
| index b28e03aea202d97fe71cf58afc90dac2084144a9..71808266655a1502105ea4c68f15e8ff0be932e4 100644
|
| --- a/third_party/opus/src/include/opus_types.h
|
| +++ b/third_party/opus/src/include/opus_types.h
|
| @@ -34,7 +34,7 @@
|
| #define OPUS_TYPES_H
|
|
|
| /* Use the real stdint.h if it's there (taken from Paul Hsieh's pstdint.h) */
|
| -#if (defined(__STDC__) && __STDC__ && __STDC_VERSION__ >= 199901L) || (defined(__GNUC__) && (defined(_STDINT_H) || defined(_STDINT_H_)) || defined (HAVE_STDINT_H))
|
| +#if (defined(__STDC__) && __STDC__ && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || (defined(__GNUC__) && (defined(_STDINT_H) || defined(_STDINT_H_)) || defined (HAVE_STDINT_H))
|
| #include <stdint.h>
|
|
|
| typedef int16_t opus_int16;
|
|
|