ffmpeg-1.x: passthrough vdpauSupport

This commit is contained in:
Mathijs Kwik 2013-06-25 16:17:52 +02:00
parent bf61d25dac
commit f7b3032da7

View File

@ -89,6 +89,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";