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 063C6401BE for ; Tue, 18 Jan 2022 22:31:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7604468B140; Wed, 19 Jan 2022 00:31:57 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 601D268AFA4 for ; Wed, 19 Jan 2022 00:31:51 +0200 (EET) Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 008F71060254 for ; Tue, 18 Jan 2022 22:31:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1642545110; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=23ZXLjCkaLquKo12mn0R0ytfOUK1uC/FmahhZs4Aeag=; b=FRJWR///ZqQNjFKUBMpE31bL8eAmDBsMdqHChCtw0sJJ4oO9DyWqoYui2EGHqhoq Qgj64HeXCApPxZDRWL1xiB40z1FMMRUO0neEPo7M4IF1kL2WDgvj2DrYlFmtVcbAj6/ VmrXJ6eFefyw0YsJMOO8NnxaFFwZdWTXVJyJtDmOEuy53TGKrUHPlsHUtNlINNnu8zv jWw+iIDIYfZraLE/1P71rFNk5isnH5zMa3MqF9gZFMplcq3F7ReN/a9XQJm9aXxNWfS MiqSbsXwS5EVc5rTzC0rVAyRwTKszPHdeKETarTeAX/5UTXilz6YfVb7wxNrwVkfCj8 z5r01JM9XQ== Date: Tue, 18 Jan 2022 23:31:50 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20220118220629.2108825-1-alex@linutronix.de> References: <20220118220629.2108825-1-alex@linutronix.de> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] libavutil: include assembly with full path from source root 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: 18 Jan 2022, 23:06 by alex.kanavin@gmail.com: > From: Alexander Kanavin > > Otherwise nasm writes the full host-specific paths into .o > output, which breaks binary reproducibility. > > Signed-off-by: Alexander Kanavin > --- > libavutil/x86/cpuid.asm | 2 +- > libavutil/x86/emms.asm | 2 +- > libavutil/x86/fixed_dsp.asm | 2 +- > libavutil/x86/float_dsp.asm | 2 +- > libavutil/x86/lls.asm | 2 +- > libavutil/x86/pixelutils.asm | 2 +- > libavutil/x86/tx_float.asm | 2 +- > 7 files changed, 7 insertions(+), 7 deletions(-) > Not what I'm seeing here in the binaries: "libavutil/x86/tx_float.asm", rather than a full path. _______________________________________________ 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".