mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 15:27:37 +00:00
performous: use ffmpeg instead of libav
This commit is contained in:
parent
fc8a4420da
commit
872b763710
@ -1,6 +1,6 @@
|
||||
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, gettext
|
||||
, glibmm, libxmlxx, pango, librsvg
|
||||
, SDL2, glew, boost, libav, portaudio, epoxy
|
||||
, SDL2, glew, boost, ffmpeg, portaudio, epoxy
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
glibmm libxmlxx pango librsvg
|
||||
SDL2 glew boost libav portaudio epoxy
|
||||
SDL2 glew boost ffmpeg portaudio epoxy
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user