-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
232 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
# Init Repository 初始化库 | ||
|
||
``` | ||
./init-ffmpeg.sh armv7a | all | ||
``` | ||
|
||
# Clean Repository Cache 清理库缓存 | ||
|
||
``` | ||
./init-ffmpeg.sh clean | ||
``` | ||
|
||
# Config Build Params 配置构建参数 | ||
|
||
``` | ||
./init-config min | default | mp4 or ... | ||
``` | ||
|
||
# Build Library 构建库 | ||
|
||
``` | ||
./compile-ffmpeg.sh armv7a | all | ||
``` | ||
|
||
# Check Output 查看输出结果 | ||
|
||
``` | ||
open ./product | ||
``` | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.