diff options
Diffstat (limited to 'thirdparty/opus/config.h')
-rw-r--r-- | thirdparty/opus/config.h | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/thirdparty/opus/config.h b/thirdparty/opus/config.h index bb935619eb..3ed0874d4b 100644 --- a/thirdparty/opus/config.h +++ b/thirdparty/opus/config.h @@ -35,7 +35,7 @@ /* #undef FUZZING */ /* Define to 1 if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ +/* #undef HAVE_ALLOCA_H */ /* NE10 library is installed on host. Make sure it is on target! */ /* #undef HAVE_ARM_NE10 */ @@ -46,16 +46,12 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 -#if (!defined( _MSC_VER ) || ( _MSC_VER >= 1800 )) - /* Define to 1 if you have the `lrint' function. */ #define HAVE_LRINT 1 /* Define to 1 if you have the `lrintf' function. */ #define HAVE_LRINTF 1 -#endif - /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 @@ -83,8 +79,7 @@ /* Define to 1 if you have the `__malloc_hook' function. */ #define HAVE___MALLOC_HOOK 1 -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" #ifdef OPUS_ARM_OPT @@ -191,7 +186,7 @@ #define PACKAGE_NAME "opus" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "opus unknown" +#define PACKAGE_STRING "opus 1.3.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "opus" @@ -200,7 +195,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "unknown" +#define PACKAGE_VERSION "1.3.1" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -232,11 +227,7 @@ /* Define to the equivalent of the C99 'restrict' keyword, or to nothing if this is not supported. Do not define if restrict is supported directly. */ -#if (!defined( _MSC_VER ) || ( _MSC_VER >= 1800 )) #define restrict __restrict -#else -#undef restrict -#endif /* Work around a bug in Sun C++: it does not support _Restrict or __restrict__, even though the corresponding Sun C compiler ends up with "#define restrict _Restrict" or "#define restrict __restrict__" in the |