added gstreamer gnonlin package

svn path=/nixpkgs/trunk/; revision=13550
This commit is contained in:
Marc Weber
2008-12-02 12:27:44 +00:00
parent 84db2ea357
commit 677812de8f
2 changed files with 25 additions and 0 deletions
@@ -14,4 +14,8 @@ rec {
gstFfmpeg = import ./gst-ffmpeg {
inherit fetchurl stdenv pkgconfig gstPluginsBase bzip2;
};
gnonlin = import ./gnonlin {
inherit fetchurl stdenv pkgconfig gstreamer gstPluginsBase;
};
}