using an older version of ffmpeg

This commit is contained in:
Chris Cochrun 2023-05-19 09:19:15 -05:00
parent 38ae7c9850
commit 09aff7b1ff

View file

@ -42,7 +42,7 @@ mkShell rec {
# podofo
mpv
ffmpeg_6-full
ffmpeg_5-full
# yt-dlp
# Rust tools
@ -54,9 +54,9 @@ mkShell rec {
corrosion
];
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
};
# cargoDeps = rustPlatform.importCargoLock {
# lockFile = ./Cargo.lock;
# };
RUST_BACKTRACE = 1;
LIBCLANG_PATH="${llvmPackages.libclang.lib}/lib";