git://scientific.zcu.cz
/
FreeImage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe640b
)
Unbundle: LibRaw.
author
František Dvořák
<valtri@civ.zcu.cz>
Tue, 14 Jan 2014 11:30:09 +0000
(12:30 +0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Tue, 14 Jan 2014 19:05:59 +0000
(20:05 +0100)
Source/FreeImage/PluginRAW.cpp
patch
|
blob
|
blame
|
history
diff --git
a/Source/FreeImage/PluginRAW.cpp
b/Source/FreeImage/PluginRAW.cpp
index
bf5d821
..
08d9659
100644
(file)
--- a/
Source/FreeImage/PluginRAW.cpp
+++ b/
Source/FreeImage/PluginRAW.cpp
@@
-19,12
+19,14
@@
// Use at your own risk!
// ==========================================================
-#include "../LibRawLite/libraw/libraw.h"
-
#include "FreeImage.h"
#include "Utilities.h"
#include "../Metadata/FreeImageTag.h"
+#define INT64 INT64_for_LibRaw
+#define UINT64 UINT64_for_LibRaw
+#include <libraw/libraw.h>
+
// ==========================================================
// Plugin Interface
// ==========================================================