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:
parent
979d3b62a2
commit
c23e95d4b6
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue