git: 3896cb6bf620 - main - multimedia/mpv: unbreak NVDEC=off after 38d34d4542e0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Oct 2022 17:07:13 UTC
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