From owner-svn-ports-all@freebsd.org Fri Jul 14 23:42:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 518F4DAE93B; Fri, 14 Jul 2017 23:42:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B4917EEEC; Fri, 14 Jul 2017 23:42:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6ENg4Xl044000; Fri, 14 Jul 2017 23:42:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6ENg448043999; Fri, 14 Jul 2017 23:42:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201707142342.v6ENg448043999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 14 Jul 2017 23:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445838 - head/multimedia/libx264 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/libx264 X-SVN-Commit-Revision: 445838 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2017 23:42:05 -0000 Author: jbeich Date: Fri Jul 14 23:42:03 2017 New Revision: 445838 URL: https://svnweb.freebsd.org/changeset/ports/445838 Log: multimedia/libx264: yasm is only used on x86, other archs use GNU as PR: 220694 Approved by: koobs (maintainer) MFH: 2017Q3 (minor build optimization) Differential Revision: https://reviews.freebsd.org/D11566 Modified: head/multimedia/libx264/Makefile (contents, props changed) Modified: head/multimedia/libx264/Makefile ============================================================================== --- head/multimedia/libx264/Makefile Fri Jul 14 23:41:54 2017 (r445837) +++ head/multimedia/libx264/Makefile Fri Jul 14 23:42:03 2017 (r445838) @@ -17,7 +17,9 @@ OPTIONS_DEFINE= ASM HI10P OPENCL OPTIONS_DEFAULT= ASM OPENCL OPTIONS_EXCLUDE= FFMS GPAC LAVF LSMASH SWSCALE -ASM_BUILD_DEPENDS= yasm>=1.2.0:devel/yasm +ASM_BUILD_DEPENDS= ${ASM_BUILD_DEPENDS_${ARCH}} +ASM_BUILD_DEPENDS_amd64=${ASM_BUILD_DEPENDS_i386} +ASM_BUILD_DEPENDS_i386= yasm>=1.2.0:devel/yasm HI10P_DESC= Enable High 10 Profile 10-bit encoding HI10P_CONFIGURE_ON= --bit-depth=10