-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openmj2/opj_includes.h: Do not define 'lrintf' on MSVC since 16.9.2 #1339
openmj2/opj_includes.h: Do not define 'lrintf' on MSVC since 16.9.2 #1339
Conversation
Is there something I can do to help move this forward? |
solve the CI breakage (unrelated to your commit admitedly) Do you make an active use of openmj2 ? I mean besides just trying to compile it. It seems to me that the community behind it is clause to 0 |
I'm not using it at all, that is very true. So I'm fine to leave this PR here hanging until the CI is solved. But it would be sad to just trash the PR, after we have it now... |
PR no longer relevant since #1350 |
Since uclouvain@85a87cd the components JPWL, JP3d and MJ2 are not maintained. As win32 build was facing an issue with mj2 and lrintf inline, see uclouvain#1339 Better to remove these useles componentes who will be removed in v2.5.0.
Since uclouvain#1350 the components JPWL, JP3d and MJ2 will not be maintained in 2.5.0. As win32 build was facing an issue with mj2 build and lrintf inline, (see uclouvain#1339), better to remove these useles components who will be removed in v2.5.0.
Since uclouvain/openjpeg#1350 the components JPWL, JP3d and MJ2 will not be maintained in 2.5.0. As win32 build was facing an issue with mj2 build and lrintf inline, (see uclouvain/openjpeg#1339), better to remove these useles components who will be removed in v2.5.0.
Since uclouvain/openjpeg#1350 the components JPWL, JP3d and MJ2 will not be maintained in 2.5.0. As win32 build was facing an issue with mj2 build and lrintf inline, (see uclouvain/openjpeg#1339), better to remove these useles components who will be removed in v2.5.0.
Since uclouvain/openjpeg#1350 the components JPWL, JP3d and MJ2 will not be maintained in 2.5.0. As win32 build was facing an issue with mj2 build and lrintf inline, (see uclouvain/openjpeg#1339), better to remove these useles components who will be removed in v2.5.0.
Since uclouvain/openjpeg#1350 the components JPWL, JP3d and MJ2 will not be maintained in 2.5.0. As win32 build was facing an issue with mj2 build and lrintf inline, (see uclouvain/openjpeg#1339), better to remove these useles components who will be removed in v2.5.0.
Since uclouvain/openjpeg#1350 the components JPWL, JP3d and MJ2 will not be maintained in 2.5.0. As win32 build was facing an issue with mj2 build and lrintf inline, (see uclouvain/openjpeg#1339), better to remove these useles components who will be removed in v2.5.0.
This PR adds a minor fix for building with Visual Studio 16.9 ore newer. The newer versions have a builtin lrintf, so the current code was giving error:
This PR closes #1333