From 9051bf38c41b8d9db0b688f7f738bfcd2cb4a264 Mon Sep 17 00:00:00 2001 From: Jerry Dong Date: Fri, 28 Feb 2025 11:23:05 +0800 Subject: [PATCH] FFmpeg n6.1 build failure with binutil>=2.41. Chrry-pick the fix to make it buildable --- scripts/03_build_raisr_ffmpeg.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/03_build_raisr_ffmpeg.sh b/scripts/03_build_raisr_ffmpeg.sh index e263a28..b284b69 100755 --- a/scripts/03_build_raisr_ffmpeg.sh +++ b/scripts/03_build_raisr_ffmpeg.sh @@ -31,6 +31,9 @@ pushd "${raisr_path}" sudo -E ./build.sh popd +# cherry pick the fix to build with binutil >= 2.41. Remove it with later FFmpeg version +git cherry-pick effadce6c756247ea8bae32dc13bb3e6f464f0eb + # build ffmpeg pushd "${raisr_path}/../ffmpeg" cp "${raisr_path}/ffmpeg/vf_raisr.c" libavfilter/