Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions scripts/03_build_raisr_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ pushd "${raisr_path}"
sudo -E ./build.sh
popd


# build ffmpeg
pushd "${raisr_path}/../ffmpeg"

# TO-DO: Remove patch apply from bellow lines:
# Apply a temporary patch - this will be removed after version of FFmpeg gets updated
patch -p1 -i "${REPOSITORY_DIR}/scripts/patch/ffmpeg/0001-avcodec-x86-mathops-clip-constants.patch"

# build ffmpeg
pushd "${raisr_path}/../ffmpeg"
cp "${raisr_path}/ffmpeg/vf_raisr.c" libavfilter/

./configure \
Expand Down
Loading