From ecc0e1cf46672da16ef9724c70193b607f590f9f Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 27 Feb 2018 20:18:42 +0100 Subject: [PATCH] Revert "disable arm asm build till someone else can fix it properly" This reverts commit 388ff9375cf5ae6cea15638032055c632e2dbbc1. --- x265.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/x265.spec b/x265.spec index 84e6edd..4673eca 100644 --- a/x265.spec +++ b/x265.spec @@ -69,9 +69,6 @@ build() { -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON \ -DCMAKE_SKIP_RPATH:BOOL=YES \ -DENABLE_PIC:BOOL=ON \ -%ifarch armv7hnl - -DENABLE_ASSEMBLY=OFF \ -%endif -DENABLE_TESTS:BOOL=ON \ $* \ ../source @@ -139,7 +136,7 @@ done %changelog * Tue Feb 27 2018 Leigh Scott - 2.7-1 -- Update to 2.7 +- update to 2.7 - Drop shared test patch as it causes nasm build to fail - Fix scriptlets - Use ninja to build