Enabling libvdpau in flashplayer

That enables hw accelerated video
This commit is contained in:
Lluís Batlle i Rossell 2013-01-08 20:40:18 +01:00
parent 0347868151
commit e87d99f023

View file

@ -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 = ":";