Date: Sat, 29 Oct 2022 17:07:13 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3896cb6bf620 - main - multimedia/mpv: unbreak NVDEC=off after 38d34d4542e0 Message-ID: <202210291707.29TH7DFx020201@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3896cb6bf6207e751722a4f70de51a9a20205f69 commit 3896cb6bf6207e751722a4f70de51a9a20205f69 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-10-29 17:06:36 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-10-29 17:06:39 +0000 multimedia/mpv: unbreak NVDEC=off after 38d34d4542e0 waf-light: error: no such option: --disable-ffnvcodec PR: 267423 Reported by: Oleh Hushchenkov --- multimedia/mpv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 3f03d09b5a77..580204e62508 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -125,7 +125,7 @@ MUJS_CONFIGURE_ON= --enable-javascript MUJS_CONFIGURE_OFF= --disable-javascript NVDEC_BUILD_DEPENDS= ${LOCALBASE}/include/ffnvcodec/dynlink_loader.h:multimedia/ffnvcodec-headers -NVDEC_CONFIGURE_OFF= --disable-ffnvcodec +NVDEC_CONFIGURE_OFF= --disable-cuda-hwaccel OPENAL_CONFIGURE_ENABLE= openal OPENAL_USES= openal
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210291707.29TH7DFx020201>