From: Bradley Sepos Date: Mon, 18 Jun 2018 16:01:30 +0000 (-0400) Subject: contrib: Set libvpx target to minimum system version we support on macOS. X-Git-Tag: 1.2.0~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53e89a2007b35bc0637b398fce63e1e775bef453;p=handbrake contrib: Set libvpx target to minimum system version we support on macOS. --- diff --git a/contrib/libvpx/module.defs b/contrib/libvpx/module.defs index 4650307cf..f9b38a886 100644 --- a/contrib/libvpx/module.defs +++ b/contrib/libvpx/module.defs @@ -33,3 +33,9 @@ ifeq (linux,$(BUILD.system)) LIBVPX.CONFIGURE.extra += --enable-pic endif endif + +ifeq (0-darwin,$(BUILD.cross)-$(BUILD.system)) + ifeq (x86_64,$(BUILD.machine)) + LIBVPX.CONFIGURE.extra += --target=x86_64-darwin14-gcc + endif +endif