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

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: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent 424e8dae
No related branches found
No related tags found
No related merge requests found
...@@ -106,9 +106,6 @@ FFMPEGCONF += \ ...@@ -106,9 +106,6 @@ FFMPEGCONF += \
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