Skip to content

Commit 217379f

Browse files
committed
build(ffmpeg): fix error patch path
Signed-off-by: pingkai <pingkai010@gmail.com> (cherry picked from commit 75a0e57)
1 parent 5b38166 commit 217379f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/build_external.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function patch_ffmpeg() {
2626
git_am_patch ../../contribute/ffmpeg/0007-build-libavformat-compile-avc.c-and-hevc.c-default.patch
2727
git_am_patch ../../contribute/ffmpeg/0008-avformat-flvdec-add-aliyun-extend-auio-codec-id.patch
2828
git_am_patch ../../contribute/ffmpeg/0009-chore-configure-xml2-use-check-lib.patch
29-
git_am_patch ../../0010-build-export-some-func-for-windows.patch
29+
git_am_patch ../../contribute/ffmpeg/0010-build-export-some-func-for-windows.patch
3030
}
3131

3232
function git_apply_patch() {

0 commit comments

Comments
 (0)