-
Notifications
You must be signed in to change notification settings - Fork 61
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
1.29.8 fail to build with --enable-drm #7
Comments
Yes, a few things were revamped and DRM doesn't work at the moment. Most importantly DRM is missing in the new huffman coder. configure --enable-drm should fail like this:
|
OK. I'm waiting to see the drm option back. |
Another, comment. I did this bug report because this issue isn't documented in the ChangeLog. |
BTW, how do you normally test if DRM is working. |
Never tested. I can try if you want. |
Nevermind. |
1.29.8.2 doesn't build for architectures other than i386 or amd64 as immintrin.h is for Intel cpu.
If I comment immintrin.h the build fail with SSE2 code
|
OK, I think I fixed it. Just committed. |
Yes, build fine now. |
So, now that faac builds again with |
Hi again,
Build fine without --enable-drm
The text was updated successfully, but these errors were encountered: