Remove bundled libraries
This commit is contained in:
@@ -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_
|
||||
|
Reference in New Issue
Block a user