From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 01:53:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F2229B0; Mon, 27 Jan 2014 01:53:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A9971198; Mon, 27 Jan 2014 01:53:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0R1rX1c048411; Mon, 27 Jan 2014 01:53:33 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0R1rXiB048410; Mon, 27 Jan 2014 01:53:33 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201401270153.s0R1rXiB048410@svn.freebsd.org> From: Kubilay Kocak Date: Mon, 27 Jan 2014 01:53:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341318 - head/multimedia/x264 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 01:53:34 -0000 Author: koobs Date: Mon Jan 27 01:53:33 2014 New Revision: 341318 URL: http://svnweb.freebsd.org/changeset/ports/341318 QAT: https://qat.redports.org/buildarchive/r341318/ Log: multimedia/x264: Turn HI10P option off by default. Inadvertently left the new HI10P option included in OPTIONS_DEFAULT in the last commit while I was testing. Remove it. PR: ports/186138 Submitted by: Anton Sayetsky Modified: head/multimedia/x264/Makefile Modified: head/multimedia/x264/Makefile ============================================================================== --- head/multimedia/x264/Makefile Mon Jan 27 00:12:40 2014 (r341317) +++ head/multimedia/x264/Makefile Mon Jan 27 01:53:33 2014 (r341318) @@ -3,7 +3,7 @@ PORTNAME= x264 PORTVERSION= 0.${X264_BUILD}.${X264_REV} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo @@ -33,7 +33,7 @@ USE_LDCONFIG= yes HAS_CONFIGURE= yes OPTIONS_DEFINE= ASM DEBUG HI10P PGO GCC GPAC X11_OUTPUT -OPTIONS_DEFAULT= ASM GPAC HI10P +OPTIONS_DEFAULT= ASM GPAC ASM_DESC= Enable Assembly Optimizations GCC_DESC= Use current GCC HI10P_DESC= Enable High 10 Profile 10-bit encoding