Closed mantasu closed 3 months ago
Thank you, @mantasu, for reporting this. Yes, nvjpeg2k changed its API in 0.8.0. The next release will have a fix for it, so that we will conditionally compile one or the other depending on the available nvjpeg2k version. We'll let you know when the release is out.
This issue should be fixed with the new release v0.3.0. Please reopen if the issue persists.
Version
0.2.0
Describe the bug.
When trying to build from source using the most recent
nvjpeg2k
version (0.8.0
currently),make
fails halfway through.I believe it is because the header file which defines
struct nvjpeg2kEncodeConfig_t
might have changed with the newer version, meaningenable_custom_precincts
was changed tonum_precincts_init
(I could be wrong):Minimum reproducible example
Simply follow the instructions in
README.md
for building from source:Environment details
Click here to see environment details
Relevant log output
Other/Misc.
Check for duplicates