summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-01-08 20:40:18 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-01-08 20:41:45 +0100
commite87d99f0239d29f34fb9d09031f1e21c416830b0 (patch)
tree18e957635e925e7b8c05387d58e57c1cdfd396e4 /pkgs
parent0347868151a21c0e7258424381bcc93dc8e994b2 (diff)
downloadnixpkgs-e87d99f0239d29f34fb9d09031f1e21c416830b0.tar
nixpkgs-e87d99f0239d29f34fb9d09031f1e21c416830b0.tar.gz
nixpkgs-e87d99f0239d29f34fb9d09031f1e21c416830b0.tar.bz2
nixpkgs-e87d99f0239d29f34fb9d09031f1e21c416830b0.tar.lz
nixpkgs-e87d99f0239d29f34fb9d09031f1e21c416830b0.tar.xz
nixpkgs-e87d99f0239d29f34fb9d09031f1e21c416830b0.tar.zst
nixpkgs-e87d99f0239d29f34fb9d09031f1e21c416830b0.zip
Enabling libvdpau in flashplayer
That enables hw accelerated video
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
index 3496097b86d..7e2bfb692a3 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
@@ -13,6 +13,7 @@
 , libXrender
 , libXcursor
 , libXt
+, libvdpau
 , gtk
 , glib
 , pango
@@ -78,6 +79,7 @@ stdenv.mkDerivation {
   rpath = stdenv.lib.makeLibraryPath
     [ zlib alsaLib curl nss nspr fontconfig freetype expat libX11
       libXext libXrender libXcursor libXt gtk glib pango atk cairo gdk_pixbuf
+      libvdpau
     ];
 
   buildPhase = ":";