Unbundle: openjpeg.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 14 Jan 2014 09:54:40 +0000 (10:54 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 14 Jan 2014 19:05:55 +0000 (20:05 +0100)
Source/FreeImage/J2KHelper.cpp
Source/FreeImage/PluginJ2K.cpp
Source/FreeImage/PluginJP2.cpp

index d0abd79..566e5fa 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "FreeImage.h"
 #include "Utilities.h"
-#include "../LibOpenJPEG/openjpeg.h"
+#include <openjpeg.h>
 
 /**
 Divide an integer by a power of 2 and round upwards
index c868ce2..c10ce59 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "FreeImage.h"
 #include "Utilities.h"
-#include "../LibOpenJPEG/openjpeg.h"
+#include <openjpeg.h>
 
 // ==========================================================
 // Plugin Interface
index df41218..4f0b2c9 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "FreeImage.h"
 #include "Utilities.h"
-#include "../LibOpenJPEG/openjpeg.h"
+#include <openjpeg.h>
 
 // ==========================================================
 // Plugin Interface