From c1eb117885a661efb236d75ccfbede558fdd194a Mon Sep 17 00:00:00 2001 From: philippegorley <philippe.gorley@savoirfairelinux.com> Date: Thu, 6 Jul 2017 16:06:23 -0400 Subject: [PATCH] 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> --- contrib/src/ffmpeg/rules.mak | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak index 82291fc6a5..aca7ef8679 100644 --- a/contrib/src/ffmpeg/rules.mak +++ b/contrib/src/ffmpeg/rules.mak @@ -106,9 +106,6 @@ FFMPEGCONF += \ ifeq ($(ARCH),i386) FFMPEGCONF += --disable-asm endif -ifeq ($(ARCH),x86_64) -FFMPEGCONF += --disable-asm -endif else # Desktop Linux FFMPEGCONF += \ -- GitLab