Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 21:27:17 GMT
From:      Anton Sayetsky <vsjcfm@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186138: [patch] multimedia/x264: hi10p should not be enabled by default
Message-ID:  <201401262127.s0QLRH0u037736@oldred.freebsd.org>
Resent-Message-ID: <201401262130.s0QLU0kQ001450@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186138
>Category:       ports
>Synopsis:       [patch] multimedia/x264: hi10p should not be enabled by default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 26 21:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Anton Sayetsky
>Release:        FreeBSD 9.2-RELEASE-p3 amd64
>Organization:
>Environment:
>Description:
10-bit support requires more computing resources and not commonly used, so HI10P option should be set to off by default. Who needs - will enable it explicitly.
>How-To-Repeat:

>Fix:
Patch attached with submission follows:

Patch attached with submission follows:

Index: /usr/ports/multimedia/x264/Makefile
===================================================================
--- /usr/ports/multimedia/x264/Makefile	(revision 341160)
+++ /usr/ports/multimedia/x264/Makefile	(working copy)
@@ -33,7 +33,7 @@
 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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401262127.s0QLRH0u037736>