android: enable assembly optimizations for x86_64

According to https://trac.ffmpeg.org/ticket/4928 only x86 was affected
by the text relocation bug, not x86_64.

Change-Id: I1f4edbdbff53a2d19908cafb70d8307db069c0ca
Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
This commit is contained in:
philippegorley
2017-07-06 16:06:23 -04:00
committed by Guillaume Roguez
parent 424e8dae21
commit c1eb117885

View File

@ -106,9 +106,6 @@ FFMPEGCONF += \
ifeq ($(ARCH),i386)
FFMPEGCONF += --disable-asm
endif
ifeq ($(ARCH),x86_64)
FFMPEGCONF += --disable-asm
endif
else
# Desktop Linux
FFMPEGCONF += \