melt: use ffmpeg instead of libav, fixes libx264 export

This commit is contained in:
Cillian de Róiste 2014-08-05 00:36:14 +02:00
parent 74d5d24ccc
commit 86133bb6bf

View File

@ -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
]; ];