mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
PNG: Switched to inline libpng linkage to prevent symbol collisions
This commit is contained in:
parent
5a5a8fc293
commit
1c9cea431d
1 changed files with 3 additions and 3 deletions
|
|
@ -271,8 +271,8 @@ namespace pnglibNamespace
|
|||
#define PNG_sCAL_PRECISION 5
|
||||
#define PNG_sRGB_PROFILE_CHECKS 2
|
||||
|
||||
#define PNG_LINKAGE_API extern
|
||||
#define PNG_LINKAGE_FUNCTION extern
|
||||
#define PNG_LINKAGE_API inline
|
||||
#define PNG_LINKAGE_FUNCTION inline
|
||||
|
||||
#define PNG_ARM_NEON_OPT 0
|
||||
|
||||
|
|
@ -281,7 +281,7 @@ namespace pnglibNamespace
|
|||
#endif
|
||||
|
||||
#if ! defined (PNG_USER_HEIGHT_MAX)
|
||||
#define PNG_USER_HEIGHT_MAX 1000000
|
||||
#define PNG_USER_HEIGHT_MAX 1000000
|
||||
#endif
|
||||
|
||||
#define png_debug(a, b)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue