Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2020 22:37:08 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522289 - head/multimedia/libvpx
Message-ID:  <202001062237.006Mb9bW019906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jan  6 22:37:08 2020
New Revision: 522289
URL: https://svnweb.freebsd.org/changeset/ports/522289

Log:
  multimedia/libvpx: fix RTCPU=OFF and POSTPROC=off

Modified:
  head/multimedia/libvpx/Makefile   (contents, props changed)

Modified: head/multimedia/libvpx/Makefile
==============================================================================
--- head/multimedia/libvpx/Makefile	Mon Jan  6 22:37:00 2020	(r522288)
+++ head/multimedia/libvpx/Makefile	Mon Jan  6 22:37:08 2020	(r522289)
@@ -41,11 +41,12 @@ MULTIRES_DESC=		Enable multi-resolution encoding
 MULTIRES_CONFIGURE_ON=	--enable-multi-res-encoding
 
 POSTPROC_DESC=		Enable postprocessing
-POSTPROC_CONFIGURE_ON=	--enable-postproc --enable-vp9-postproc	\
+POSTPROC_CONFIGURE_ON=	--enable-vp9-postproc \
 			--enable-vp9-temporal-denoising
+POSTPROC_CONFIGURE_OFF=	--disable-postproc
 
 RTCPU_DESC=		Detect CPU capabilities at runtime
-RTCPU_CONFIGURE_ON=	--enable-runtime-cpu-detect
+RTCPU_CONFIGURE_OFF=	--disable-runtime-cpu-detect
 
 SHARED_DESC=		Enable shared-library support
 SHARED_CONFIGURE_ON=	--enable-shared



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