Linux; KDU update

master
Nicky 2021-03-23 17:47:31 +01:00
parent aba9a73193
commit 8387c0e6cf
3 changed files with 5 additions and 5 deletions

View File

@ -285,7 +285,7 @@
<string>http://3p.firestormviewer.org/Tracy-v0.7.6-windows-210761143.tar.bz2</string>
</map>
<key>name</key>
<string>linux</string>
<string>windows</string>
</map>
</map>
<key>version</key>
@ -1944,9 +1944,9 @@
<key>archive</key>
<map>
<key>hash</key>
<string>eba43dcfeb1c14aab25f588d9f625839</string>
<string>dce2cc624e216eb991412ec0c5538cf9</string>
<key>url</key>
<string>file:///opt/firestorm/kdu-8.0.6-linux64-202302217.tar.bz2</string>
<string>file:///opt/firestorm/kdu-8.1-linux64-210652339.tar.bz2</string>
</map>
<key>name</key>
<string>linux64</string>

View File

@ -32,7 +32,7 @@
//
// KDU core header files
//
#ifndef LL_WINDOWS
#ifdef LL_DARWIN
#define KDU_NO_THREADS
#endif

View File

@ -28,7 +28,7 @@
#define LL_LLKDUMEM_H
// Support classes for reading and writing from memory buffers in KDU
#ifndef LL_WINDOWS
#ifdef LL_DARWIN
#define KDU_NO_THREADS
#endif