Skip to content
Snippets Groups Projects
Commit a72465d8 authored by Philippe Gorley's avatar Philippe Gorley Committed by Philippe Gorley
Browse files

contrib: disable flac asm optimizations on android x86

Doesn't build.

Change-Id: I7f46a9668599ec1ac447674ed882f29f4f0f3ea8
parent 657692af
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,11 @@ ifneq ($(findstring $(ARCH),i386 x86_64),) ...@@ -41,6 +41,11 @@ ifneq ($(findstring $(ARCH),i386 x86_64),)
FLACCONF += --disable-asm-optimizations FLACCONF += --disable-asm-optimizations
endif endif
endif endif
ifdef HAVE_ANDROID
ifeq ($(ANDROID_ABI), x86)
FLACCONF += --disable-asm-optimizations
endif
endif
DEPS_flac = ogg $(DEPS_ogg) DEPS_flac = ogg $(DEPS_ogg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment