1
0
mirror of https://github.com/nu774/fdkaac.git synced 2025-06-05 23:29:14 +02:00

fix MSVC12 build issue

This commit is contained in:
nu774
2013-10-25 17:04:26 +09:00
parent f48bf1294c
commit 053279541b

View File

@@ -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)
{