|
@@ -1284,7 +1284,9 @@ ASSIMP_API void aiQuaternionInterpolate(
|
|
|
#if ASSIMP_NEEDS_STB_IMAGE
|
|
|
// Share stb_image's PNG loader with other importers/exporters instead of bringing our own copy.
|
|
|
# define STBI_ONLY_PNG
|
|
|
-# define STB_IMAGE_STATIC
|
|
|
+# ifdef ASSIMP_USE_STB_IMAGE_STATIC
|
|
|
+# define STB_IMAGE_STATIC
|
|
|
+# endif
|
|
|
# define STB_IMAGE_IMPLEMENTATION
|
|
|
# include "Common/StbCommon.h"
|
|
|
#endif
|