diff options
Diffstat (limited to 'x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h')
-rw-r--r-- | x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h b/x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h new file mode 100644 index 000000000000..e6dff83b785a --- /dev/null +++ b/x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h @@ -0,0 +1,13 @@ +--- CImageLoaderJPG.h.orig Sun Sep 19 00:48:11 2004 ++++ CImageLoaderJPG.h Sun Sep 19 00:53:05 2004 +@@ -12,8 +12,8 @@ + #include "IrrCompileConfig.h" + #ifdef _IRR_COMPILE_WITH_LIBJPEG_ + extern "C" { +-#include "jpeglib/jconfig.h" +-#include "jpeglib/jpeglib.h" ++#include "jconfig.h" ++#include "jpeglib.h" + } + #endif + |