Skip to content

Commit

Permalink
Do not use bundled libpng and libjpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
MoNTE48 committed Sep 20, 2022
1 parent 052c05a commit ecf0db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 480 deletions.
4 changes: 2 additions & 2 deletions include/IrrCompileConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ the engine will no longer read .jpeg images. */
This is only used when _IRR_COMPILE_WITH_LIBJPEG_ is defined.
NOTE: You will also have to modify the Makefile or project files when changing this default.
*/
#define _IRR_USE_NON_SYSTEM_JPEG_LIB_
//#define _IRR_USE_NON_SYSTEM_JPEG_LIB_
#ifdef NO_IRR_USE_NON_SYSTEM_JPEG_LIB_
#undef _IRR_USE_NON_SYSTEM_JPEG_LIB_
#endif
Expand All @@ -434,7 +434,7 @@ the engine will no longer read .png images. */
This is only used when _IRR_COMPILE_WITH_LIBPNG_ is defined.
NOTE: You will also have to modify the Makefile or project files when changing this default.
*/
#define _IRR_USE_NON_SYSTEM_LIB_PNG_
//#define _IRR_USE_NON_SYSTEM_LIB_PNG_
#ifdef NO_IRR_USE_NON_SYSTEM_LIB_PNG_
#undef _IRR_USE_NON_SYSTEM_LIB_PNG_
#endif
Expand Down
Loading

0 comments on commit ecf0db9

Please sign in to comment.