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

@ -16,13 +16,8 @@
#include <stdio.h> // required for jpeglib.h
extern "C"
{
#ifndef _IRR_USE_NON_SYSTEM_JPEG_LIB_
#include <jpeglib.h>
#include <jerror.h>
#else
#include "jpeglib/jpeglib.h"
#include "jpeglib/jerror.h"
#endif
}