diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2018-02-26 01:20:51 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2018-02-27 16:22:12 +0100 |
commit | 27cbbbb33f259de7c795d2b75edf7b240f0f82e6 (patch) | |
tree | 4ea8517b48c0dac803d515c5c279113521243bf3 /libavcodec/nvenc.h | |
parent | 7414d0bda7763f9bd69c26c068e482ab297c1c96 (diff) | |
download | ffmpeg-27cbbbb33f259de7c795d2b75edf7b240f0f82e6.tar.gz |
compat: remove in-tree NVidia headers
External headers are no longer welcome in the ffmpeg codebase because they
increase the maintenance burden. However, in the NVidia case the vanilla
headers need some modifications to be usable in ffmpeg therefore we still
provide them, but in a separate repository.
The external headers can be found at
https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
Fate-source is updated because of the deleted files, and dynlink_loader.h
license headers were updated with the standard FFmpeg headers.
Signed-off-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r-- | libavcodec/nvenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h index ab6825f633..bff25dfc3c 100644 --- a/libavcodec/nvenc.h +++ b/libavcodec/nvenc.h @@ -28,7 +28,7 @@ typedef void ID3D11Device; #endif -#include "compat/nvenc/nvEncodeAPI.h" +#include <ffnvcodec/nvEncodeAPI.h> #include "compat/cuda/dynlink_loader.h" #include "libavutil/fifo.h" |