Skip to content

Commit 09cfa96

Browse files
authored
Merge pull request #1 from tusharxoxoxo/tusharxoxoxo-patch-1
Update README.md
2 parents 271c661 + 236a112 commit 09cfa96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ To use this crate, you need to set several environment variables.
2020

2121
Build ffmpeg statically and set `FFMPEG_PKG_CONFIG_PATH` to the path of the generated FFmpeg `pkg-config` files. And you don't need to set other environment variables for static linking.
2222

23-
(Hint: set `FFMPEG_PKG_CONFIG_PATH` to some placeholder value will let `rusty_ffmpeg` probing system library.)
23+
(Hint: setting `FFMPEG_PKG_CONFIG_PATH` to some placeholder value will leave a `rusty_ffmpeg` probing system library.)
2424

2525
#### Windows
2626

2727
`rusty_ffmpeg` can link FFmpeg using `vcpkg`. Install [`vcpkg`](https://github.com/microsoft/vcpkg), check [documentation of the vcpkg *crate*](https://docs.rs/vcpkg) for the environment variables to set, then it works.
2828

2929
### Fine-grained usage:
3030

31-
You need to set several environment variables for both linking and binding generating procedure.
31+
You need to set several environment variables for both linking and binding generating procedures.
3232

3333
#### To link:
3434

@@ -44,4 +44,4 @@ You need to set several environment variables for both linking and binding gener
4444

4545
## Attention
4646

47-
FFI is not that easy, especially when you are dealing with a big old C project. Don't feel depressed when there are some problems. The CI check already have some typical ffmpeg compilation and use cases for you to check. File an issue if you still have any problem.
47+
FFI is not that easy, especially when you are dealing with a big old C project. Don't feel depressed when there are some problems. The CI check already has some typical ffmpeg compilation and use cases for you to check. File an issue if you still have any problem.

0 commit comments

Comments
 (0)