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
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,9 @@ endif ...@@ -110,6 +110,9 @@ endif
ifeq ($(ARCH),i386) ifeq ($(ARCH),i386)
FFMPEGCONF += --disable-asm FFMPEGCONF += --disable-asm
endif endif
ifeq ($(ARCH),x86_64)
FFMPEGCONF += --disable-asm
endif
else else
# Desktop Linux # Desktop Linux
FFMPEGCONF += \ FFMPEGCONF += \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment