gst-plugins-ugly: add LAME mp3 encoder support
This commit is contained in:
parent
d6def26201
commit
89c690039a
@ -1,5 +1,5 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, glib, gstreamer, gst_plugins_base
|
{ fetchurl, stdenv, pkgconfig, glib, gstreamer, gst_plugins_base
|
||||||
, libmad, libdvdread, libmpeg2, libcdio, a52dec, x264, orc, libintlOrEmpty }:
|
, libmad, libdvdread, libmpeg2, libcdio, a52dec, x264, orc, lame, libintlOrEmpty }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gst-plugins-ugly-0.10.19";
|
name = "gst-plugins-ugly-0.10.19";
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig glib gstreamer gst_plugins_base libmad libdvdread a52dec x264 orc ] ++ libintlOrEmpty;
|
[ pkgconfig glib gstreamer gst_plugins_base libmad libdvdread a52dec x264 orc lame ] ++ libintlOrEmpty;
|
||||||
|
|
||||||
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;
|
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user