Skip to content
Snippets Groups Projects
Commit 657692af authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Revert "android: enable assembly optimizations for x86_64"

This reverts commit c1eb1178.

Doesn't build.

Change-Id: Id1ec839d9cd0d0ba000ef296c459b9c73413e571
parent bc023ebe
Branches
Tags
No related merge requests found
......@@ -110,6 +110,9 @@ endif
ifeq ($(ARCH),i386)
FFMPEGCONF += --disable-asm
endif
ifeq ($(ARCH),x86_64)
FFMPEGCONF += --disable-asm
endif
else
# Desktop Linux
FFMPEGCONF += \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment