We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381a2e4 commit 9051bf3Copy full SHA for 9051bf3
scripts/03_build_raisr_ffmpeg.sh
@@ -31,6 +31,9 @@ pushd "${raisr_path}"
31
sudo -E ./build.sh
32
popd
33
34
+# cherry pick the fix to build with binutil >= 2.41. Remove it with later FFmpeg version
35
+git cherry-pick effadce6c756247ea8bae32dc13bb3e6f464f0eb
36
+
37
# build ffmpeg
38
pushd "${raisr_path}/../ffmpeg"
39
cp "${raisr_path}/ffmpeg/vf_raisr.c" libavfilter/
0 commit comments