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 71d2370 commit 30616cbCopy full SHA for 30616cb
scripts/03_build_raisr_ffmpeg.sh
@@ -31,12 +31,14 @@ pushd "${raisr_path}"
31
sudo -E ./build.sh
32
popd
33
34
+
35
+# build ffmpeg
36
+pushd "${raisr_path}/../ffmpeg"
37
38
# TO-DO: Remove patch apply from bellow lines:
39
# Apply a temporary patch - this will be removed after version of FFmpeg gets updated
40
patch -p1 -i "${REPOSITORY_DIR}/scripts/patch/ffmpeg/0001-avcodec-x86-mathops-clip-constants.patch"
41
-# build ffmpeg
-pushd "${raisr_path}/../ffmpeg"
42
cp "${raisr_path}/ffmpeg/vf_raisr.c" libavfilter/
43
44
./configure \
0 commit comments