Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 148593 | Differences between
and this patch

Collapse All | Expand All

(-)source/Irrlicht/CImageLoaderJPG.orig.h (-2 lines)
Lines 12-19 Link Here
12
#include "IrrCompileConfig.h"
12
#include "IrrCompileConfig.h"
13
#ifdef _IRR_COMPILE_WITH_LIBJPEG_
13
#ifdef _IRR_COMPILE_WITH_LIBJPEG_
14
extern "C" {
14
extern "C" {
15
	#include "jpeglib/jconfig.h"
16
	#define JCONFIG_INCLUDED
17
	#ifndef _IRR_USE_NON_SYSTEM_JPEG_LIB_
15
	#ifndef _IRR_USE_NON_SYSTEM_JPEG_LIB_
18
	#include <jpeglib.h> // use system lib
16
	#include <jpeglib.h> // use system lib
19
	#else  // _IRR_USE_NON_SYSTEM_JPEG_LIB_
17
	#else  // _IRR_USE_NON_SYSTEM_JPEG_LIB_
(-)source/Irrlicht/CImageWriterJPG.orig.cpp (-1 lines)
Lines 10-16 Link Here
10
#ifdef _IRR_COMPILE_WITH_LIBJPEG_
10
#ifdef _IRR_COMPILE_WITH_LIBJPEG_
11
extern "C"
11
extern "C"
12
{
12
{
13
	#include "jpeglib/jconfig.h"
14
#ifndef _IRR_USE_NON_SYSTEM_JPEG_LIB_
13
#ifndef _IRR_USE_NON_SYSTEM_JPEG_LIB_
15
	#include <jpeglib.h>
14
	#include <jpeglib.h>
16
	#include <jerror.h>
15
	#include <jerror.h>

Return to bug 148593