bento4-src 0.1.4

Source of bento4 and logic to build it.
Documentation
<h1 align="center">bento4-src</h1>

<p align="center">
  <a href="https://crates.io/crates/bento4-src">
    <img src="https://img.shields.io/crates/d/bento4-src?style=flat-square">
  </a>
  <a href="https://crates.io/crates/bento4-src">
    <img src="https://img.shields.io/crates/v/bento4-src?style=flat-square">
  </a>
  <a href="https://docs.rs/bento4-src">
    <img src="https://img.shields.io/docsrs/bento4-src?logo=docsdotrs&style=flat-square">
  </a>
  <a href="https://github.com/clitic/vsd/blob/main/bento4-src/README.md#license">
    <img src="https://img.shields.io/crates/l/bento4-src?style=flat-square">
  </a>
</p>

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.4"
```

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)