From 45ce2dbba6da8157ba02694e63f1d7c24309de34 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 2 Jan 2017 00:52:20 +0000 Subject: [PATCH] doc: Mention repackaged headers --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9120168..136085d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ By default the headers are looked up on `/opt/cuda/include` and `/opt/nvidia-vid It is possible to override the search paths for the headers by setting the environment variables `CUDA_INCLUDE_PATH` and `NVIDIA_VIDEO_CODEC_INCLUDE_PATH`. +A [convenience repackaging][3] of the cuvid and nvenc headers is available and known to work fine with the bindings. + ## TODO - [ ] support cuda @@ -27,3 +29,4 @@ It is possible to override the search paths for the headers by setting the envir [1]: https://github.com/servo/rust-bindgen [2]: https://developer.nvidia.com/nvidia-video-codec-sdk +[3]: https://github.com/lu-zero/nvidia-video-codec