From 61e61b89bb4e7001aaf1fa5c6bd6c4a6f682ee03 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Mon, 18 Jun 2018 12:19:24 -0400 Subject: [PATCH] contrib: Set libvpx target to minimum system version we support on macOS. 10.7 for 1.1.x. --- contrib/libvpx/module.defs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/libvpx/module.defs b/contrib/libvpx/module.defs index 35b4957be..08a71c9dc 100644 --- a/contrib/libvpx/module.defs +++ b/contrib/libvpx/module.defs @@ -40,6 +40,12 @@ ifeq (linux,$(BUILD.system)) endif endif +ifeq (0-darwin,$(BUILD.cross)-$(BUILD.system)) + ifeq (x86_64,$(BUILD.machine)) + LIBVPX.CONFIGURE.extra += --target=x86_64-darwin11-gcc + endif +endif + ifeq (1,$(FEATURE.local_yasm)) LIBVPX.CONFIGURE.env.LOCAL_PATH = PATH="$(call fn.ABSOLUTE,$(CONTRIB.build/)bin):$(PATH)" LIBVPX.BUILD.env = PATH="$(call fn.ABSOLUTE,$(CONTRIB.build/)bin):$(PATH)" -- 2.40.0