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 0EED1412F6 for ; Thu, 18 Aug 2022 15:38:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9D98968B9B3; Thu, 18 Aug 2022 18:37:57 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B1C0868B8ED for ; Thu, 18 Aug 2022 18:37:51 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 01C2D2DD785 for ; Thu, 18 Aug 2022 17:37:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1660837070; bh=bo2jKFHE0++Pwi2IZQOA63opqT2JJynx59SV7AP3f2o=; h=Date:Subject:To:References:From:In-Reply-To; b=kl07Kf3mecI9SMTuHjA4pife6V7R/FZ0y6bk78AXj+GjEKGedxkWlmSVV2fDCgM8z 8s8CVS/fknnOwnDcl6ObU9RXz7pyQDW5itA1YXvkmqQIKuVRvOqi14r3pvFl4vryXT 78TIeJ2zNJXfcVe3pLJfxfy/oHcbDKycNZUEVyeRhxApnipNnqRYD1Di96weFx44Xv kSsr8EndHI8ephGzEln20VKSV74R5iI07Ze8HQRk7oVxBzdrXmZfZ81CkQzAOwFGmc 1LmZlYKcR0tsxD/k4QAmDlBDCfD0qA+UR53GnFZpHrEm+fCPwjFMy5QW3YZIj6NXGg 3Ex4P7M8CJ+QA== Message-ID: <04e488dc-978b-aafe-e8d2-9079e27734c5@rothenpieler.org> Date: Thu, 18 Aug 2022 17:37:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 To: ffmpeg-devel@ffmpeg.org References: <20220814164833.19965-1-timo@rothenpieler.org> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: <20220814164833.19965-1-timo@rothenpieler.org> Subject: Re: [FFmpeg-devel] [PATCH v2 1/7] avutil: move half-precision float helper to avutil 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: I plan to push this soon. The half2float.o entry has been moved to the correct Makefile, otherwise nothing else changed in the meantime. _______________________________________________ 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".