Skip to content
Snippets Groups Projects
Commit 0be4d3c3 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk Committed by Kateryna Kostiuk
Browse files

contrib: fix x246 for iOS x86-64

Change-Id: I3dfb7d9a4ec1056caacf755ccf06b46854c6e66b
parent 11c47a98
Branches
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ x264: x264-$(X264_HASH).tar.xz .sum-x264
ifdef HAVE_ANDROID
cd $< && $(HOSTVARS) AS="$(CC)" ./configure $(X264CONF)
else
ifdef HAVE_IOS
ifeq ($(IOS_TARGET_PLATFORM),iPhoneOS)
cd $< && $(HOSTVARS) ASFLAGS="$(CFLAGS)" ./configure $(X264CONF)
else
cd $< && $(HOSTVARS) ./configure $(X264CONF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment