-
Notifications
You must be signed in to change notification settings - Fork 138
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
Fix compilation with jasper 3.0.x #102
base: master
Are you sure you want to change the base?
Conversation
Tested and it builds correctly with this PR. |
I would note that this doesn't build on i686 or armv7l... |
Build with this patch on armv7l:
|
Jasper appears to build fine on armv7l w/o this patch! :) |
So maybe there just needs to be an x86_64 ifdef added for this... |
Shouldn't the types be ssize_t and size_t instead of long int and long unsigned int to match the jas_stream_ops_t struct (and so it will compile 32/64bit)? |
Fixes #99 #101 when building against ToT.
Fix from https://aur.archlinux.org/packages/devil-ilut-vanilla#comment-877644