ports/186138: [patch] multimedia/x264: hi10p should not be enabled by default

Anton Sayetsky vsjcfm at gmail.com
Sun Jan 26 21:30:00 UTC 2014


>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:


More information about the freebsd-ports-bugs mailing list