add open_htj2k_support#9
Conversation
|
@osamu620 Does OpenHTJ2K require Cxx17 by any chance? Compilation dies on |
Yes. The threadpool class uses C++17 features. |
Which version of GCC should I use? |
It looks like GCC10 should work. |
|
@palemieux |
|
@osamu620
|
|
why not just add this line to CMakeLists.txt to require C++ 17 for all platforms?
|
Not all Linux distributions ship with a GCC toolchain that support C++ 17. |
- set the number of threads to one (single thread) for OpenHTJ2K
|
@palemieux @michaeldsmith |
|
@osamu620 You might have forgotten to update the OpenHTJ2K submodule. Also, the library outputs |
- Remove decoder message that is not useful
related to #3