crosvm/media/libvda/Cargo.toml
Alexandre Courbot c7cd0e0114 Move libvda to media/libvda
As we are going to introduce more media-related crates, reserve the
"media" folder as a placeholder for them, starting with the existing
libvda.

BUG=b:169295147
BUG=b:214478588
TEST=cargo build --features "video-decoder,video-encoder,libvda"

Change-Id: I1b2ec65cbba8b735db3d19845c504546fa1c64ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3565623
Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Alexandre Courbot <acourbot@chromium.org>
2022-04-06 01:19:07 +00:00

13 lines
195 B
TOML

[package]
name = "libvda"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
links = "vda"
[dependencies]
enumn = "0.1.0"
libc = "*"
[build-dependencies]
pkg-config = "*"