Re: thunderbird-45.3.0 build error

2016-09-23 Thread Christoph Moench-Tegeder
## 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

Re: HTML5 videos crashes Firefox

2016-09-23 Thread Robert_Burmeister
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

Re: FreeBSD Port: www/firefox

2016-09-23 Thread Robert_Burmeister
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-