-
Notifications
You must be signed in to change notification settings - Fork 204
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
no longer builds for any architecture except x86 #18
Comments
There is already pull request for this: #7 |
My patch is shorter and consistent with the existing code in alg.c which uses |
My mentioned pull request has been commited int mainstream: ad7e243 |
Ken-M
pushed a commit
to Ken-M/motion
that referenced
this issue
Aug 21, 2014
Whitespace fix for better merge with upstream
dfries
added a commit
to dfries/motion
that referenced
this issue
Aug 23, 2015
0005-fix-build-for-non-x86-platforms-which-define-neither.patch fix build for non-x86 platforms, which define neither __SSE_MATH__ nor __MMX__ Author: Ximin Luo <[email protected]> Bug: sackmotion#18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit 8de2315 broke the build for all non-x86 architectures. The offending code is this:
Changing it to
(similar to how things are done in alg.c) restores the build for all platforms.
I have added this to pull request #16.
The text was updated successfully, but these errors were encountered: