Skip to content
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

Decode times almost double(!!) on Visual Studio 2013, 2015 #505

Closed
gcode-importer opened this issue Jun 8, 2015 · 1 comment
Closed

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 505

Code says:

/* MSVC before 2013 and Borland C do not have lrintf */

However, it looks like the lrintf implementation has problems.
So, for now, I think we should use our own lrintf implementation
(this already exists, just remove the ifdef)

Reported by boxerab on 2015-06-08 20:51:57

@boxerab
Copy link
Contributor

boxerab commented Jul 3, 2015

Fixed by commit 6347686

Please close this issue.

@detonin detonin closed this as completed Jul 3, 2015
@mayeut mayeut added this to the OPJ v2.1.1 milestone Sep 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants