Skip to content

Commit

Permalink
Update quick_try_manual_build.md (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
linxie47 authored Dec 16, 2024
1 parent 655573d commit aac5c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick_try_manual_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cd <workspace>/ivsr/ivsr_ffmpeg_plugin/ffmpeg
git checkout n6.1

# Apply patches
copy -rf /path/to/patches/*.patch .
cp -rf <workspace>/ivsr/ivsr_ffmpeg_plugin/patches/*.patch .
git am --whitespace=fix *.patch

./configure \
Expand Down Expand Up @@ -169,4 +169,4 @@ make -j "$(nproc)"
sudo make install
cd ${OPENCV_BASE}/install/bin && bash ./setup_vars_opencv4.sh

```
```

0 comments on commit aac5c4a

Please sign in to comment.