ffmpeg-static icon indicating copy to clipboard operation
ffmpeg-static copied to clipboard

libmp3lame compile error

Open YaLTeR opened this issue 8 years ago • 1 comments

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.

YaLTeR avatar Jun 07 '17 14:06 YaLTeR

Thanks for the report!

zimbatm avatar Jun 07 '17 19:06 zimbatm