mirror of
https://github.com/nu774/fdkaac.git
synced 2025-01-21 11:25:25 +01:00
fix MSVC12 build issue
This commit is contained in:
parent
f48bf1294c
commit
053279541b
@ -13,8 +13,7 @@
|
||||
#include "lpcm.h"
|
||||
#include "m4af_endian.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# define inline __inline
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1700
|
||||
# ifdef _M_IX86
|
||||
inline int lrint(double x)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user