File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
## MRFFToolChain Build Shell
2
2
3
- ![ ] ( https://img.shields.io/github/downloads/debugly/MRFFToolChainBuildShell/total ) <img src =" https://img.shields.io/badge/Platform-%20iOS%20macOS%20tvOS%20Android-blue.svg " >
3
+ ![ ] ( https://img.shields.io/github/downloads/debugly/MRFFToolChainBuildShell/total ) <img src =" https://img.shields.io/badge/Platform-%20iOS%20macOS%20tvOS%20Android-blue.svg " >< img src = " https://img.shields.io/badge/FFmpeg-%207.1.1%20-blue.svg " >< img src = " https://img.shields.io/badge/FFmpeg-%206.1.1%20-blue.svg " >< img src = " https://img.shields.io/badge/FFmpeg-%205.1.6%20-blue.svg " >< img src = " https://img.shields.io/badge/FFmpeg-%204.0.5%20-blue.svg " >
4
4
5
5
** What's MRFFToolChain?**
6
6
Original file line number Diff line number Diff line change @@ -71,6 +71,11 @@ function apply_patches() {
71
71
return
72
72
fi
73
73
74
+ if [[ -z " $PATCH_DIR " ]]; then
75
+ echo " $REPO_DIR hasn't any patch"
76
+ return
77
+ fi
78
+
74
79
local plat=" $MR_PLAT "
75
80
local patch_dir=" ${THIS_DIR} /../patches/$PATCH_DIR "
76
81
You can’t perform that action at this time.
0 commit comments