Date: Mon, 05 Dec 2022 10:23:28 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 268145] multimedia/avidemux: fails to build if multimedia/ffnvcodec-headers installed: "ERROR: nvenc requested, but not all dependencies are satisfied: ffnvcodec" Message-ID: <bug-268145-12827-Lk4hMpUVuw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268145-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-268145-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268145 VVD <vvd@unislabs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #238535| |maintainer-approval? Flags| | --- Comment #15 from VVD <vvd@unislabs.com> --- Created attachment 238535 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D238535&action= =3Dedit Fix build with multimedia/ffnvcodec-headers installed and add option NVENC This is the ffmpeg's build bug on the FreeBSD. The multimedia/ffmpeg already have the patch for this bug in multimedia/ffmpeg/files/patch-configure: @@ -6758,7 +6752,7 @@ if enabled x86; then if enabled x86; then case $target_os in - mingw32*|mingw64*|win32|win64|linux|cygwin*) + freebsd|mingw32*|mingw64*|win32|win64|linux|cygwin*) ;; *) disable ffnvcodec cuvid nvdec nvenc --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268145-12827-Lk4hMpUVuw>