aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-06 22:39:46 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-06 22:39:46 +0000
commitbccee4402db02e5669f9fc394035deb7994976e5 (patch)
tree24a975c53e477ff0b913662ac362797136ce7199 /multimedia
parent1d680540ad352eba35b009cb48acdb5e09341aca (diff)
downloadports-bccee4402db02e5669f9fc394035deb7994976e5.tar.gz
ports-bccee4402db02e5669f9fc394035deb7994976e5.zip
MFH: r522289
multimedia/libvpx: fix RTCPU=OFF and POSTPROC=off Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2020Q1/; revision=522294
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libvpx/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index 22ca987532f9..235efe852c8f 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -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