svn commit: r522289 - head/multimedia/libvpx

Jan Beich jbeich at FreeBSD.org
Mon Jan 6 22:37:09 UTC 2020


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


More information about the svn-ports-head mailing list