Skip to content

Commit e73a916

Browse files
authored
Update 03_build_raisr_ffmpeg.sh
Signed-off-by: Miłosz Linkiewicz <[email protected]>
1 parent b1936c7 commit e73a916

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/03_build_raisr_ffmpeg.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ pushd "${raisr_path}/../ffmpeg"
3636
cp "${raisr_path}/ffmpeg/vf_raisr.c" libavfilter/
3737

3838
# 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"
39+
# patch -p1 -i "${REPOSITORY_DIR}/scripts/patch/ffmpeg/0001-avcodec-x86-mathops-clip-constants.patch"
4140

4241
./configure \
4342
--disable-debug \

0 commit comments

Comments
 (0)