MFH: r522289

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

Approved by:	ports-secteam blanket
This commit is contained in:
Jan Beich 2020-01-06 22:39:46 +00:00
parent 1d680540ad
commit bccee4402d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=522294

View File

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