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

Collapse All | Expand All

(-)a/Source/FreeImage/J2KHelper.cpp (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
#include "FreeImage.h"
22
#include "FreeImage.h"
23
#include "Utilities.h"
23
#include "Utilities.h"
24
#include "../LibOpenJPEG/openjpeg.h"
24
#include "openjpeg.h"
25
25
26
/**
26
/**
27
Divide an integer by a power of 2 and round upwards
27
Divide an integer by a power of 2 and round upwards
(-)a/Source/FreeImage/PluginJ2K.cpp (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
#include "FreeImage.h"
22
#include "FreeImage.h"
23
#include "Utilities.h"
23
#include "Utilities.h"
24
#include "../LibOpenJPEG/openjpeg.h"
24
#include <openjpeg.h>
25
25
26
// ==========================================================
26
// ==========================================================
27
// Plugin Interface
27
// Plugin Interface
(-)a/Source/FreeImage/PluginJP2.cpp (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
#include "FreeImage.h"
22
#include "FreeImage.h"
23
#include "Utilities.h"
23
#include "Utilities.h"
24
#include "../LibOpenJPEG/openjpeg.h"
24
#include <openjpeg.h>
25
25
26
// ==========================================================
26
// ==========================================================
27
// Plugin Interface
27
// Plugin Interface

Return to bug 307487