[FFmpeg-devel] Patch to remove build path from tools/cl2c

2021-10-15 Thread Vagrant Cascadian
in Debian should build reproducibly: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ffmpeg.html Thanks for maintaining and developing ffmpeg, it is a very useful tool! live well, vagrant From b86db13adc6a27337cd93af174356d80ead1a5a9 Mon Sep 17 00:00:00 2001 From: Vagrant

[FFmpeg-devel] [PATCH 1/1] tools/cl2c: Strip full path from input file in embedded

2021-10-18 Thread Vagrant Cascadian
the build environment and reproduce the build: https://reproducible-builds.org/docs/build-path/ Originally submitted to Debian as: https://bugs.debian.org/985187 Signed-off-by: Vagrant Cascadian --- tools/cl2c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/cl2c b/

Re: [FFmpeg-devel] [PATCH 1/1] tools/cl2c: Strip full path from input file in embedded

2021-11-13 Thread Vagrant Cascadian
On 2021-10-18, Vagrant Cascadian wrote: > Without this patch, the full build path gets embedded into various > binaries shipped in the package, for example, libavfilter.a contains > a reference to: > > #line 1 "/build/1st/ffmpeg-4.3.2/libavfilter/opencl/avgblur.cl" >

Re: [FFmpeg-devel] [PATCH 1/1] tools/cl2c: Strip full path from input file in embedded

2022-01-08 Thread Vagrant Cascadian
On 2021-11-13, Vagrant Cascadian wrote: > On 2021-10-18, Vagrant Cascadian wrote: >> Without this patch, the full build path gets embedded into various >> binaries shipped in the package, for example, libavfilter.a contains >> a reference to: >> >> #line 1 &qu