Source of [bento4](https://github.com/axiomatic-systems/Bento4) and logic to build it.
## Getting Started
Add this to your Cargo.toml file.
```toml
[build-dependencies]
bento4-src = "0.1.3"
```
Or add from command line.
```bash
$ cargo add bento4-src --build
```
See [docs](https://docs.rs/bento4-src) and [examples](https://github.com/clitic/vsd/blob/main/mp4decrypt/build.rs) to
know how to use it.
## License
Dual Licensed
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([LICENSE-APACHE](LICENSE-APACHE))
- [MIT license](https://opensource.org/licenses/MIT) ([LICENSE-MIT](LICENSE-MIT))
See [Bento4's License](https://raw.githubusercontent.com/axiomatic-systems/Bento4/master/Documents/LICENSE.txt)