1 { lib, stdenv, fetchgit }:
3 stdenv.mkDerivation rec {
4 pname = "nv-codec-headers";
8 url = "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git";
10 sha256 = "1xfvb3mhz6wfx9c732888xa82ivaig903lhvvrqqzs31qfznsplh";
13 makeFlags = [ "PREFIX=$(out)" ];
16 description = "FFmpeg version of headers for NVENC";
17 homepage = "https://ffmpeg.org/";
18 license = lib.licenses.mit;
19 maintainers = [ lib.maintainers.MP2E ];
20 platforms = lib.platforms.all;