From f7b3032da7f0b5b0b331b629247a007a8642fdda Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Tue, 25 Jun 2013 16:17:52 +0200 Subject: [PATCH] ffmpeg-1.x: passthrough vdpauSupport --- pkgs/development/libraries/ffmpeg/1.x.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/libraries/ffmpeg/1.x.nix b/pkgs/development/libraries/ffmpeg/1.x.nix index 3798119acd2..9f731d118bc 100644 --- a/pkgs/development/libraries/ffmpeg/1.x.nix +++ b/pkgs/development/libraries/ffmpeg/1.x.nix @@ -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";