From: Bradley Sepos Date: Mon, 18 Jun 2018 16:19:24 +0000 (-0400) Subject: contrib: Set libvpx target to minimum system version we support on macOS. X-Git-Tag: 1.1.2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61e61b89bb4e7001aaf1fa5c6bd6c4a6f682ee03;p=handbrake contrib: Set libvpx target to minimum system version we support on macOS. 10.7 for 1.1.x. --- 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)"