svn commit: r522294 - branches/2020Q1/multimedia/libvpx

Jan Beich jbeich at FreeBSD.org
Mon Jan 6 22:39:47 UTC 2020


Author: jbeich
Date: Mon Jan  6 22:39:46 2020
New Revision: 522294
URL: https://svnweb.freebsd.org/changeset/ports/522294

Log:
  MFH: r522289
  
  multimedia/libvpx: fix RTCPU=OFF and POSTPROC=off
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q1/multimedia/libvpx/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/multimedia/libvpx/Makefile
==============================================================================
--- branches/2020Q1/multimedia/libvpx/Makefile	Mon Jan  6 22:39:14 2020	(r522293)
+++ branches/2020Q1/multimedia/libvpx/Makefile	Mon Jan  6 22:39:46 2020	(r522294)
@@ -43,11 +43,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


More information about the svn-ports-branches mailing list