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 CE23F4A086 for ; Sun, 19 May 2024 00:00:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 46A1768CF59; Sun, 19 May 2024 03:00:17 +0300 (EEST) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BE04268B8FD for ; Sun, 19 May 2024 03:00:10 +0300 (EEST) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4Vhgn521bfz8PbP for ; Sat, 18 May 2024 20:00:09 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=comstyle.com; h=date :from:to:subject:message-id:mime-version:content-type; s= default; bh=ZYWolkx1RJwbLq/SwKpKO3l9BnoF5LMtuaGJ5INu/XM=; b=fNBe ltvwXcaXUzqz8H60WRK+cvoBgkhSepMGKRumdV7q23qb7bmDKWPBb4GxMd1ILuCz pbiPpAHCOxSbcrJT08sZJF92MW8dHtAvdoIXtASN67iK2rXgacd+IwS6QC8H3F4p o3T2k6UGg5lbHKyzTT55Ov5op59bGj7N0QIzLE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=date:from:to :subject:message-id:mime-version:content-type; q=dns; s=default; b= ifN4izWNK6blZkXfRrYHVZ5Es5S9YRrVmvUieFvoHzzIPo0TRofpcd6rKrAgMbYR ZMVRiP2XsVd7sInIc624px+smRvqTf1lWtk5V+6FXbN2bmHwoD/x/gNMX0pyrfuB XXEi3zD8Pd6IjCg858mxysZY2P88KG1k82r0bb7jBtA= Received: from humpty.home.comstyle.com (unknown [IPv6:2001:470:b050:3:db9d:d905:b67e:1aef]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 4Vhgn51TyRz8PbN for ; Sat, 18 May 2024 20:00:09 -0400 (EDT) Date: Sat, 18 May 2024 20:00:07 -0400 From: Brad Smith To: ffmpeg-devel@ffmpeg.org Message-ID: MIME-Version: 1.0 Content-Disposition: inline Subject: [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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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*) ;; *) disable ffnvcodec cuvid nvdec nvenc -- 2.45.1 _______________________________________________ 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".