xref: /aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/Cargo.toml (revision 1b4853f54772485c5dd4001ae33a7a958bcc97a1)
1[package]
2name = "virtio-media-ffmpeg-decoder"
3version = "0.0.5"
4edition = "2021"
5
6[dependencies]
7anyhow = "1.0"
8enumn = "0.1.12"
9libc = "0.2.155"
10log = "0.4.20"
11nix = { version = "0.28", features = ["fs", "mman"] }
12thiserror = "1.0"
13virtio-media = { path = "../../device" }
14
15[build-dependencies]
16bindgen = "0.63"
17pkg-config = "0.3"
18