1
0

Remove bundled libraries

This commit is contained in:
sfan5
2020-05-18 14:45:36 +02:00
parent 665e4309c4
commit 67f1402410
322 changed files with 8 additions and 195455 deletions

View File

@@ -14,11 +14,7 @@
#include <stdio.h> // required for jpeglib.h
#ifdef _IRR_COMPILE_WITH_LIBJPEG_
extern "C" {
#ifndef _IRR_USE_NON_SYSTEM_JPEG_LIB_
#include <jpeglib.h> // use system lib
#else
#include "jpeglib/jpeglib.h" // use irrlicht jpeglib
#endif
#include <setjmp.h>
}
#endif // _IRR_COMPILE_WITH_LIBJPEG_