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
|
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, gettext
|
||||||
, glibmm, libxmlxx, pango, librsvg
|
, glibmm, libxmlxx, pango, librsvg
|
||||||
, SDL2, glew, boost, libav, portaudio, epoxy
|
, SDL2, glew, boost, ffmpeg, portaudio, epoxy
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glibmm libxmlxx pango librsvg
|
glibmm libxmlxx pango librsvg
|
||||||
SDL2 glew boost libav portaudio epoxy
|
SDL2 glew boost ffmpeg portaudio epoxy
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user