/rust-fdkaac-sys

Rust FDK AAC library bindings

Primary LanguageRustMIT LicenseMIT

Rust FDK AAC bindings

Date: 11/06 2018

请确保你的操作系统已经有了以下命令行程序可供使用(大部分系统里面都已经内置):

  • make
  • git
  • cc(gcc/clang)
  • c++(g++/clang++)
  • ar
  • nasm
  • autoreconf
  • mkdir
  • cp
  • bash
git clone --recurse-submodules -j8 https://github.com/LuoZijun/rust-fdkaac-sys.git

cargo build
cargo test --release

Cargo.toml:

[dependencies]
fdkaac-sys = { git = "https://github.com/LuoZijun/rust-fdkaac-sys" }