Hi Niklas,

Am Mittwoch, 27. April 2016 19:33:59 UTC+2 schrieb T. Modes:
>
>
>
> Am Mittwoch, 27. April 2016 19:32:15 UTC+2 schrieb Niklas Mischkulnig:
>>
>> I am working on the library errors, but compiling all dependencies will 
>> take a while.
>>
>> Here:
>>
>> 19:29:31: Created sRGB profile
>> 19:29:31: Profile: sRGB built-in
>> 19:29:31: Colorspace: RGB
>>
>
> That looks okay. I will have to search further.
>

Maybe in some Mac OS header conflict with our implementation.
Could you please test the attached patch?

Thomas 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/ed1041de-1c9a-4220-ba60-042fffc9f49c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
diff --git a/src/hugin1/hugin/TextureManager.cpp b/src/hugin1/hugin/TextureManager.cpp
--- a/src/hugin1/hugin/TextureManager.cpp
+++ b/src/hugin1/hugin/TextureManager.cpp
@@ -61,6 +61,8 @@
 #include "exiv2/exiv2.hpp"
 #include "exiv2/preview.hpp"
 
+#define TYPE_RGB_8 (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(1))
+
 TextureManager::TextureManager(HuginBase::Panorama *pano, ViewState *view_state_in)
 {
     m_pano = pano;

Reply via email to