Skip to content

OpenBSD patches from ML

Anton Mitrofanov requested to merge BugMaster/x264:openbsd into master

[PATCH 1/2] arm: Enable HAVE_SECTION_DATA_REL_RO for OpenBSD

[PATCH 2/2] Use sysconf(_SC_NPROCESSORS_ONLN) on OpenBSD

On modern versions of OpenBSD, the number of processors online may differ from the number of processors configured.

Merge request reports