gst-plugins-ugly: add LAME mp3 encoder support

+2 -2
+2 -2
pkgs/development/libraries/gstreamer/legacy/gst-plugins-ugly/default.nix
··· 1 { fetchurl, stdenv, pkgconfig, glib, gstreamer, gst_plugins_base 2 - , libmad, libdvdread, libmpeg2, libcdio, a52dec, x264, orc, libintlOrEmpty }: 3 4 stdenv.mkDerivation rec { 5 name = "gst-plugins-ugly-0.10.19"; ··· 13 }; 14 15 buildInputs = 16 - [ pkgconfig glib gstreamer gst_plugins_base libmad libdvdread a52dec x264 orc ] ++ libintlOrEmpty; 17 18 NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null; 19
··· 1 { fetchurl, stdenv, pkgconfig, glib, gstreamer, gst_plugins_base 2 + , libmad, libdvdread, libmpeg2, libcdio, a52dec, x264, orc, lame, libintlOrEmpty }: 3 4 stdenv.mkDerivation rec { 5 name = "gst-plugins-ugly-0.10.19"; ··· 13 }; 14 15 buildInputs = 16 + [ pkgconfig glib gstreamer gst_plugins_base libmad libdvdread a52dec x264 orc lame ] ++ libintlOrEmpty; 17 18 NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null; 19