* MPlayer Plugin updated to 2.70.

svn path=/nixpkgs/trunk/; revision=1564
This commit is contained in:
Eelco Dolstra
2004-10-17 13:13:24 +00:00
parent 17257424b1
commit a4a9543dc6
3 changed files with 35 additions and 15 deletions

View File

@@ -820,7 +820,8 @@ rec {
};
MPlayerPlugin = (import ../applications/video/mplayerplug-in) {
inherit fetchurl stdenv x11;
inherit fetchurl stdenv pkgconfig firefox;
inherit (xlibs) libXpm;
};
vlc = (import ../applications/video/vlc) {