From 843aff3cf7ad1d1f1549b9c1d3892589ba1cfdda Mon Sep 17 00:00:00 2001 From: Philip Langdale <philipl@overt.org> Date: Tue, 20 Sep 2016 21:36:00 -0700 Subject: cuvid: Use bundled headers We need to remove the dynlink fanciness and replace it with normal function prototypes and update the include paths and configure logic. We don't need to explicitly check for PICPARMS now - they're going to be there. --- libavcodec/cuvid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cuvid.c') diff --git a/libavcodec/cuvid.c b/libavcodec/cuvid.c index db96ac6e9c..2570848d0f 100644 --- a/libavcodec/cuvid.c +++ b/libavcodec/cuvid.c @@ -30,7 +30,7 @@ #include "avcodec.h" #include "internal.h" -#include <nvcuvid.h> +#include "compat/cuda/nvcuvid.h" #define MAX_FRAME_COUNT 25 -- cgit v1.2.3