Skip to content
Snippets Groups Projects
Commit 1ba3efcd authored by Felix Paul Kühne's avatar Felix Paul Kühne Committed by David
Browse files

contrib/vpx: fix compilation for aarch64 simulators on iOS/tvOS


(cherry picked from commit c32d801a) (rebased)
rebased:
* no wasm support in 3.0

Signed-off-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
parent a5bdd659
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!2427[3.0] contrib: vpx: update to 1.12.0
......@@ -130,11 +130,7 @@ ifdef HAVE_DARWIN_OS
VPX_CONF += --enable-vp8-decoder --disable-tools
VPX_CONF += --extra-cflags="$(CFLAGS) $(EXTRA_CFLAGS)"
ifdef HAVE_IOS
ifdef HAVE_TVOS
VPX_LDFLAGS := -L$(IOS_SDK)/usr/lib -isysroot $(IOS_SDK) -mtvos-version-min=9.0
else
VPX_LDFLAGS := -L$(IOS_SDK)/usr/lib -isysroot $(IOS_SDK) -miphoneos-version-min=8.4
endif
VPX_LDFLAGS := -L$(IOS_SDK)/usr/lib -isysroot $(IOS_SDK) $(LDFLAGS)
endif
ifdef HAVE_MACOSX
VPX_LDFLAGS := -L$(MACOSX_SDK)/usr/lib -isysroot $(MACOSX_SDK) -mmacosx-version-min=10.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment