From 8916efd943cc215f5e162922d3478c7361444146 Mon Sep 17 00:00:00 2001 From: linxie47 Date: Thu, 12 Dec 2024 22:08:39 +0800 Subject: [PATCH] Update quick_try_manual_build.md --- docs/quick_try_manual_build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick_try_manual_build.md b/docs/quick_try_manual_build.md index 3c66aa0..e0a45a3 100644 --- a/docs/quick_try_manual_build.md +++ b/docs/quick_try_manual_build.md @@ -84,7 +84,7 @@ cd /ivsr/ivsr_ffmpeg_plugin/ffmpeg git checkout n6.1 # Apply patches -copy -rf /path/to/patches/*.patch . +cp -rf /ivsr/ivsr_ffmpeg_plugin/patches/*.patch . git am --whitespace=fix *.patch ./configure \ @@ -169,4 +169,4 @@ make -j "$(nproc)" sudo make install cd ${OPENCV_BASE}/install/bin && bash ./setup_vars_opencv4.sh -``` \ No newline at end of file +```