## Boris B. Rudakov (bora...@gmail.com):
> configure:10508: checking whether the C++ compiler (g++48 -O2 -pipe -O3
> -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing
> -nostdinc++ -isystem /usr/local/include/c++/v1 -DLIBICONV_PLUG
> -Wl,-rpath=/usr/local/lib/gcc48 -fno-excepti
I was able to resolve HTML5 videos crashes in Firefox 49 on FreeBSD 10.3 i386
by changing the FFMPEG compile option to "SSE=off" and recompiling FFMPEG.
The LLVM compiler was not dealing with an SSE bug on my older core2 CPU.
--
View this message in context:
http://freebsd.1045724.x6.nabble.c
Solved.
The fix was to set the FFMPEG dependency option SSE=off and recompile
FFMPEG,
as the LLVM compiler currently does not work around a bug in the SSE
instructions
on some older CPUs. (in this case, core2).
--
View this message in context:
http://freebsd.1045724.x6.nabble.com/FreeBSD-Port-