[FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for FreeBSD

Brad Smith git at videolan.org
Mon May 27 02:34:17 EEST 2024


ffmpeg | branch: release/4.4 | Brad Smith <brad at comstyle.com> | Sat May 18 19:55:30 2024 -0400| [fe7a4ea0497043f92803fcd9bd0a8faeaad941c5] | committer: Brad Smith

configure: enable ffnvcodec, nvenc, nvdec for FreeBSD

Signed-off-by: Brad Smith <brad at comstyle.com>
(cherry picked from commit 43b1a956789bf0d5796769427d40c78e460c247f)
Signed-off-by: Brad Smith <brad at comstyle.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe7a4ea0497043f92803fcd9bd0a8faeaad941c5
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 742a784e77..6321bf87a8 100755
--- a/configure
+++ b/configure
@@ -6764,7 +6764,7 @@ enabled vulkan &&
 
 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



More information about the ffmpeg-cvslog mailing list