[FFmpeg-devel] [PATCH] libavutil: include assembly with full path from source root

Lynne dev at lynne.ee
Wed Jan 19 00:31:50 EET 2022


18 Jan 2022, 23:06 by alex.kanavin at gmail.com:

> From: Alexander Kanavin <alex.kanavin at gmail.com>
>
> Otherwise nasm writes the full host-specific paths into .o
> output, which breaks binary reproducibility.
>
> Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
> ---
>  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.


More information about the ffmpeg-devel mailing list