ffmpeg testing

This commit is contained in:
2019-11-22 16:29:24 +01:00
parent c0f7b3212f
commit f8b3a65a35
3 changed files with 19 additions and 3 deletions

14
shell.nix Normal file
View File

@@ -0,0 +1,14 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "audio_conv";
buildInputs = [
stdenv
pkg-config
ffmpeg_4
clang
cargo
rustc
];
LIBCLANG_PATH="${llvmPackages.libclang}/lib";
}