CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/02/10 19:05:28
Modified files:
multimedia/libvpx: Tag: OPENBSD_5_6 Makefile
Added files:
multimedia/libvpx/patches: Tag: OPENBSD_5_6
patch-build_make_configure_sh
patch-vp9_encoder_x86_vp9_variance_sse2_c
patch-vpx_ports_x86_cpuid_c
patch-vpx_ports_x86_h
Log message:
Bring in fixes for the stack overflows with the SSE2 code on i386 and
fixes for the AVX detection (yes, just because a CPU has AVX support
does not mean the kernel does too -- silly Google developers).
Thanks to Mikolaj Kucharski <mikolaj at kucharski dot name> for reporting
the stack overflows, testing proposed patches and this back ported patch
against the current release.