Add `gst-ffmpeg'.

svn path=/nixpkgs/trunk/; revision=13244
This commit is contained in:
Ludovic Courtès
2008-11-11 12:08:28 +00:00
parent add91332e8
commit ec0aba1ee1
3 changed files with 29 additions and 1 deletions
@@ -10,4 +10,8 @@ rec {
gstPluginsGoodFun = lib.sumArgs (selectVersion ./gst-plugins-good "0.10.6")
args { inherit gstPluginsBase; };
gstPluginsGood = gstPluginsGoodFun null;
gstFfmpeg = import ./gst-ffmpeg {
inherit fetchurl stdenv pkgconfig gstPluginsBase bzip2;
};
}