summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2016-08-27 14:39:35 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2016-08-28 16:47:54 +0200
commit325e56479ff64c884f3bcccf922a7f7163488b89 (patch)
tree638898bc897039dab3ac3e71579a314e78a3a712 /libavcodec/nvenc.h
parent13b90ff2c12749aac58d22da4cb47c24b7a37b04 (diff)
avcodec/nvenc: include nvEncodeAPI v7 SDK header
As Nvidia has put the most recent Video Codec SDK behind a double registration wall, of which one needs manual approval of a lenghty application, bundling this header saves everyone trying to use NVENC from that headache. The header is still MIT licensed and thus fine to bundle with ffmpeg. Not bundling this header would get ffmpeg stuck at SDK v6, which is still freely available, holding back future development of the NVENC encoder.
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r--libavcodec/nvenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h
index 961cbc7e64..c78b81669b 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -19,7 +19,7 @@
#ifndef AVCODEC_NVENC_H
#define AVCODEC_NVENC_H
-#include <nvEncodeAPI.h>
+#include "compat/nvenc/nvEncodeAPI.h"
#include "config.h"