mirror of
https://github.com/xiph/opus.git
synced 2025-05-14 23:48:28 +00:00
Rename Intsafe.h
to intsafe.h
for case-sensitive OS
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
This commit is contained in:
parent
5854a9f7de
commit
1884ec0fe8
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static OPUS_INLINE int verify_assumptions(const silk_encoder_state *psEncC)
|
||||||
|
|
||||||
/* Intrinsics not defined on MSVC */
|
/* Intrinsics not defined on MSVC */
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include <Intsafe.h>
|
#include <intsafe.h>
|
||||||
static inline int __builtin_sadd_overflow(opus_int32 a, opus_int32 b, opus_int32* res)
|
static inline int __builtin_sadd_overflow(opus_int32 a, opus_int32 b, opus_int32* res)
|
||||||
{
|
{
|
||||||
*res = a+b;
|
*res = a+b;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue