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 b1936c7 commit e73a916Copy full SHA for e73a916
scripts/03_build_raisr_ffmpeg.sh
@@ -36,8 +36,7 @@ pushd "${raisr_path}/../ffmpeg"
36
cp "${raisr_path}/ffmpeg/vf_raisr.c" libavfilter/
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"
+# patch -p1 -i "${REPOSITORY_DIR}/scripts/patch/ffmpeg/0001-avcodec-x86-mathops-clip-constants.patch"
41
42
./configure \
43
--disable-debug \
0 commit comments