mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
Remove bundled libraries
This commit is contained in:
@ -7,11 +7,7 @@
|
||||
#ifdef _IRR_COMPILE_WITH_PNG_LOADER_
|
||||
|
||||
#ifdef _IRR_COMPILE_WITH_LIBPNG_
|
||||
#ifndef _IRR_USE_NON_SYSTEM_LIB_PNG_
|
||||
#include <png.h> // use system lib png
|
||||
#else // _IRR_USE_NON_SYSTEM_LIB_PNG_
|
||||
#include "libpng/png.h" // use irrlicht included lib png
|
||||
#endif // _IRR_USE_NON_SYSTEM_LIB_PNG_
|
||||
#endif // _IRR_COMPILE_WITH_LIBPNG_
|
||||
|
||||
#include "CImage.h"
|
||||
|
Reference in New Issue
Block a user