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
Branches
Tags
No related merge requests found
......@@ -106,9 +106,6 @@ FFMPEGCONF += \
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