melt: use ffmpeg instead of libav, fixes libx264 export
This commit is contained in:
parent
74d5d24ccc
commit
86133bb6bf
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, SDL, frei0r, jack2, libav, libdv, libsamplerate
|
{ stdenv, fetchurl, SDL, ffmpeg, frei0r, jack2, libdv, libsamplerate
|
||||||
, libvorbis, libxml2, makeWrapper, movit, pkgconfig, qt, sox
|
, libvorbis, libxml2, makeWrapper, movit, pkgconfig, qt, sox
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
SDL frei0r jack2 libav libdv libsamplerate libvorbis libxml2
|
SDL ffmpeg frei0r jack2 libdv libsamplerate libvorbis libxml2
|
||||||
makeWrapper movit pkgconfig qt sox
|
makeWrapper movit pkgconfig qt sox
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user