summaryrefslogtreecommitdiff
path: root/libavfilter/vf_thumbnail_cuda.c
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2018-10-21 22:32:32 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2018-10-21 22:55:21 +0200
commit2797bd5c81ebbfe13eb5bc4261032ded819271cf (patch)
tree62ea0b15a8fd00737c234dca3110966994e51f7b /libavfilter/vf_thumbnail_cuda.c
parent8d3f364630a8ca0072239a101a12f75fddbdad1b (diff)
downloadffmpeg-2797bd5c81ebbfe13eb5bc4261032ded819271cf.tar.gz
avfilter/*_cuda: don't include internal header
It's not used, and pulls in the ffnvcodec header, which does not neccesarily have to exist to build these filters, since they include the full cuda.h.
Diffstat (limited to 'libavfilter/vf_thumbnail_cuda.c')
-rw-r--r--libavfilter/vf_thumbnail_cuda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_thumbnail_cuda.c b/libavfilter/vf_thumbnail_cuda.c
index 09377ca7f4..53df7e0bf7 100644
--- a/libavfilter/vf_thumbnail_cuda.c
+++ b/libavfilter/vf_thumbnail_cuda.c
@@ -23,7 +23,7 @@
#include <cuda.h>
#include "libavutil/hwcontext.h"
-#include "libavutil/hwcontext_cuda_internal.h"
+#include "libavutil/hwcontext_cuda.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"