diff options
author | Brad Smith <brad@comstyle.com> | 2024-05-18 19:55:30 -0400 |
---|---|---|
committer | Brad Smith <brad@comstyle.com> | 2024-05-26 19:25:51 -0400 |
commit | 43b1a956789bf0d5796769427d40c78e460c247f (patch) | |
tree | cfa61a9cac33f84983a8dd2205dde31c42675745 /configure | |
parent | 25a33665a0ce57567903ffc4baf0f89ef51223b7 (diff) | |
download | ffmpeg-43b1a956789bf0d5796769427d40c78e460c247f.tar.gz |
configure: enable ffnvcodec, nvenc, nvdec for FreeBSD
Signed-off-by: Brad Smith <brad@comstyle.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7350,7 +7350,7 @@ fi 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 |