Commit d72189fa authored by cutealien's avatar cutealien

Merge branch releases/1.8 revisions 5121:5124 into trunk:

- Fix compiling with -DNO_IRR_COMPILE_WITH_LIBJPEG_


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5125 dfc29bdd-3216-0410-991c-e03cc46cb475
parent acd601ed
...@@ -116,7 +116,8 @@ Changes in 1.9 (not yet released) ...@@ -116,7 +116,8 @@ Changes in 1.9 (not yet released)
-------------------------- --------------------------
Changes in 1.8.2 Changes in 1.8.2
- Fix compiling on GCC5 on MinGW (thannks to Slipxy for finding the bug and to osense for reporting it). - Fix compiling with -DNO_IRR_COMPILE_WITH_LIBJPEG_ (thx to anontypist for report and patch).
- Fix compiling on GCC5 on MinGW (thanks to Slipxy for finding the bug and to osense for reporting it).
- Fix loading of .X and .B3D models with non-normalized quaternion rotations (thanks to JLouisB for a test-model). - Fix loading of .X and .B3D models with non-normalized quaternion rotations (thanks to JLouisB for a test-model).
- Fix compiling on Free BSD (thanks to leper for reporting and patch) - Fix compiling on Free BSD (thanks to leper for reporting and patch)
- Fix bug with multiple SetPixelFormat calls. (reported and fixed by anontypist) - Fix bug with multiple SetPixelFormat calls. (reported and fixed by anontypist)
......
...@@ -16,8 +16,10 @@ namespace irr ...@@ -16,8 +16,10 @@ namespace irr
namespace video namespace video
{ {
#ifdef _IRR_COMPILE_WITH_LIBJPEG_
// Static members // Static members
io::path CImageLoaderJPG::Filename; io::path CImageLoaderJPG::Filename;
#endif
//! constructor //! constructor
CImageLoaderJPG::CImageLoaderJPG() CImageLoaderJPG::CImageLoaderJPG()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment