Skip to content

Commit 42b8714

Browse files
committed
readme update
1 parent fc4f739 commit 42b8714

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ erased by the script (see `maybe_clean_module` function).
1313
Usage:
1414
-----
1515

16+
```
1617
$ ./build.sh
18+
```
19+
20+
Build for Mac x86 on Mac Arm:
21+
22+
```
23+
$ arch -x86_64 ./build.sh
24+
```
1725

1826
Compilation result will be under the `dist/ffmpeg` directory.
1927
To rebuild a dependency or ffmpeg itself, `rm -rf` the relevant

0 commit comments

Comments
 (0)