From 27cbbbb33f259de7c795d2b75edf7b240f0f82e6 Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler Date: Mon, 26 Feb 2018 01:20:51 +0100 Subject: 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 Signed-off-by: Timo Rothenpieler --- libavcodec/nvenc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') 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 #include "compat/cuda/dynlink_loader.h" #include "libavutil/fifo.h" -- cgit v1.2.3