1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00

Defined HAVE_LROUND for non-MSVC compilers when building FLAC libs

This commit is contained in:
tpoole 2016-08-25 12:26:31 +01:00
parent 979d3b62a2
commit c23e95d4b6

View file

@ -95,6 +95,8 @@ namespace FlacNamespace
#if JUCE_MSVC
#pragma warning (disable: 4267 4127 4244 4996 4100 4701 4702 4013 4133 4206 4312 4505 4365 4005 4334 181 111)
#else
#define HAVE_LROUND 1
#endif
#if JUCE_MAC
@ -122,7 +124,7 @@ namespace FlacNamespace
#define FLAC__HAS_X86INTRIN 1
#endif
#undef __STDC_LIMIT_MACROS
#undef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#define flac_max jmax
#define flac_min jmin