[vlc-commits] [Git][videolan/vlc][master] contrib/vpx: fix compilation for aarch64 simulators on iOS/tvOS
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sat Nov 13 09:46:10 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
c32d801a by Felix Paul Kühne at 2021-11-13T08:41:25+00:00
contrib/vpx: fix compilation for aarch64 simulators on iOS/tvOS
- - - - -
1 changed file:
- contrib/src/vpx/rules.mak
Changes:
=====================================
contrib/src/vpx/rules.mak
=====================================
@@ -126,11 +126,7 @@ endif
ifdef HAVE_IOS
VPX_CONF += --enable-vp8-decoder --disable-tools
VPX_CONF += --extra-cflags="$(CFLAGS) $(EXTRA_CFLAGS)"
-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)
ifeq ($(ARCH),aarch64)
VPX_LDFLAGS += -arch arm64
else
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c32d801a882773c0f6b22999afcd3c3a297f76f8
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c32d801a882773c0f6b22999afcd3c3a297f76f8
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list