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

libmp3lame compile error #65

Open
YaLTeR opened this issue Jun 7, 2017 · 1 comment
Open

libmp3lame compile error #65

YaLTeR opened this issue Jun 7, 2017 · 1 comment

Comments

@YaLTeR
Copy link

YaLTeR commented Jun 7, 2017

Tested on 32-bit Ubuntu Server 16.04 and 17.04. Gives a bunch of errors like this:

In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/6/include/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
 _mm_set_ps1 (float __F)
 ^~~~~~~~~~~
xmm_quantize_sub.c:74:21: note: called from here
     vec_sum._m128 = _mm_set_ps1(0);
                     ^~~~~~~~~~~~~~

Disabling libmp3lame in build.sh results in everything being compiled and built nicely.

@zimbatm
Copy link
Owner

zimbatm commented Jun 7, 2017

Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants