ffmpeg: show vdpauSupport to the world

This commit is contained in:
Jan Malakhovski 2013-01-05 21:05:34 +00:00 committed by Lluís Batlle i Rossell
parent 11eb687e57
commit 33ea74f9b6

View file

@ -74,6 +74,10 @@ stdenv.mkDerivation rec {
];
};
passthru = {
inherit vdpauSupport;
};
meta = {
homepage = http://www.ffmpeg.org/;
description = "A complete, cross-platform solution to record, convert and stream audio and video";