CVSROOT: /cvs Module name: ports Changes by: b...@cvs.openbsd.org 2013/01/25 02:46:22
Modified files: graphics/ffmpeg: Makefile graphics/ffmpeg/patches: patch-configure patch-libavcodec_libgsm_c Log message: - Remove the --disable-avx flag as I found out after speaking to Antoine about Libav that digging into the CPU run-time detection code that the AVX support has an OS level check unlike the SSE code so it is safe. - Revert back to not using the -Bsymbolic linker flag as was done for quite some time to workaround an issue with pthreads but enabling it exposed a bug with the mips64 linker and I'd rather do this consistently across all archs as was done before instead of only for mips64 as has been proposed. - sync the libgsm hacking with my submitted diff from upstream. ok ajacoutot@ sthen@