summaryrefslogtreecommitdiffstats
path: root/libavcodec/cuvid.c
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2016-09-20 21:36:00 -0700
committerPhilip Langdale <philipl@overt.org>2016-09-22 18:38:51 -0700
commit843aff3cf7ad1d1f1549b9c1d3892589ba1cfdda (patch)
tree8681a8ddc93b3a45a44695c67a685884d5dbfd31 /libavcodec/cuvid.c
parentf59e10b0f48676c152ade25cbd6a7a784e2df81e (diff)
downloadffmpeg-streaming-843aff3cf7ad1d1f1549b9c1d3892589ba1cfdda.zip
ffmpeg-streaming-843aff3cf7ad1d1f1549b9c1d3892589ba1cfdda.tar.gz
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.
Diffstat (limited to 'libavcodec/cuvid.c')
-rw-r--r--libavcodec/cuvid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cuvid.c b/libavcodec/cuvid.c
index db96ac6..2570848 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
OpenPOWER on IntegriCloud