Skip to content
Snippets Groups Projects
Commit 047cc58a authored by Thomas Guillem's avatar Thomas Guillem Committed by Hugo Beauzée-Luyssen
Browse files

contrib: x264: enable back x86_64 asm on Android

Since relocation issues are now fixed.
parent 96b76894
No related branches found
No related tags found
1 merge request!2286fix build with new Android NDK25
......@@ -54,9 +54,6 @@ X264CONF += --cross-prefix="$(subst ar,,$(AR))"
ifeq ($(ANDROID_ABI), x86)
X264CONF += --disable-asm
endif
ifeq ($(ANDROID_ABI), x86_64)
X264CONF += --disable-asm
endif
endif
endif
ifdef HAVE_DARWIN_OS
......
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