From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 3A6044ACAC for ; Sun, 19 May 2024 11:24:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 978D868CC91; Sun, 19 May 2024 14:24:41 +0300 (EEST) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 84CD468C72F for ; Sun, 19 May 2024 14:24:35 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 03FE127FFD928 for ; Sun, 19 May 2024 13:24:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1716117874; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1JvXabrNohf9r32Wt3l8dfUaF6Qf6BWyR1iAxaV7ntI=; b=qz7jAGRoHGQcDPLi8wHfJk57DAYMZfHn48YGaWpMMzM3YoObcbLenFeKyp1XZFuzet8KgP Pr1enWVRp6HTA3ExVeozQJy9urbt7xowIlqXTuGaZkKwmmGG05Zqgp4meT1d98pzWn6I22 m5sPpe5/fi5siyElkXO3vrKqM19xxdD2Yf4hhM/6LSvHX90KMADzv6amjvk8N4dYwX767A jUdKACiWpPotjdKWoFGE9+ytHGi3/OKuuJiqKaZf35iDAoF27r0eGMG5rdjAUnZRm5ezD/ yLs86Xr/iJQKTaMSSLqLOzQ4j7VjP9reoasP/duDqBcpUNAzh5q+xRdS8dayxg== Message-ID: Date: Sun, 19 May 2024 13:24:34 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: Content-Language: en-US From: Timo Rothenpieler In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] configure: enable ffnvcodec, nvenc, nvdec for FreeBSD X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 19.05.2024 02:00, Brad Smith wrote: > configure: enable ffnvcodec, nvenc, nvdec for FreeBSD > > Signed-off-by: Brad Smith > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index b16722d83d..96b181fd21 100755 > --- a/configure > +++ b/configure > @@ -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*) Does this actually work? Everything I find online indicates that the FreeBSD driver is lacking support for CUDA, nvenc and most of anything compute related. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".