Skip to content

Commit 9051bf3

Browse files
djie1lcybura
authored andcommitted
FFmpeg n6.1 build failure with binutil>=2.41. Chrry-pick the fix to make
it buildable
1 parent 381a2e4 commit 9051bf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/03_build_raisr_ffmpeg.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ pushd "${raisr_path}"
3131
sudo -E ./build.sh
3232
popd
3333

34+
# cherry pick the fix to build with binutil >= 2.41. Remove it with later FFmpeg version
35+
git cherry-pick effadce6c756247ea8bae32dc13bb3e6f464f0eb
36+
3437
# build ffmpeg
3538
pushd "${raisr_path}/../ffmpeg"
3639
cp "${raisr_path}/ffmpeg/vf_raisr.c" libavfilter/

0 commit comments

Comments
 (0)