[Bug 268145] multimedia/avidemux: fails to build if multimedia/ffnvcodec-headers installed: "ERROR: nvenc requested, but not all dependencies are satisfied: ffnvcodec"
Date: Mon, 05 Dec 2022 10:23:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268145
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=238535&action=edit
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
--
You are receiving this mail because:
You are the assignee for the bug.