aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/x86/tx_float.asm
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-01-18 23:06:29 +0100
committerAnton Khirnov <anton@khirnov.net>2022-02-08 10:42:26 +0100
commit91326dc942de4b4cce7f518baef01f22f9895406 (patch)
treed2a68713e72a39ed3d3468ed63c3d022f9c9dbe3 /libavutil/x86/tx_float.asm
parent67e1013a961e2f5dad467dd874d15819788080c0 (diff)
downloadffmpeg-91326dc942de4b4cce7f518baef01f22f9895406.tar.gz
libavutil: include assembly with full path from source root
Otherwise nasm writes the full host-specific paths into .o output, which breaks binary reproducibility. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavutil/x86/tx_float.asm')
-rw-r--r--libavutil/x86/tx_float.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/x86/tx_float.asm b/libavutil/x86/tx_float.asm
index d9d431f577..bab44b0947 100644
--- a/libavutil/x86/tx_float.asm
+++ b/libavutil/x86/tx_float.asm
@@ -29,7 +29,7 @@
; replace some shuffles with vblends?
; avx512 split-radix
-%include "x86util.asm"
+%include "libavutil/x86/x86util.asm"
%define private_prefix ff_tx