diff options
author | Anton Khirnov <anton@khirnov.net> | 2017-07-27 12:42:03 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2017-07-27 12:46:13 +0200 |
commit | 004ea63714e31ed43326ad00d7420d104f0dab38 (patch) | |
tree | 1d160c5143f80956d28742a2e4fc81473947b396 /libavcodec | |
parent | b9129ec4668c511e0a79e25c6f25d748cee172c9 (diff) | |
download | ffmpeg-004ea63714e31ed43326ad00d7420d104f0dab38.tar.gz |
cuvid: add cuvid.h to SKIPHEADERS
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index ac13166891..eba651fc24 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -797,6 +797,7 @@ SKIPHEADERS += %_tablegen.h \ tableprint.h \ $(ARCH)/vp56_arith.h \ +SKIPHEADERS-$(CONFIG_CUVID) += cuvid.h SKIPHEADERS-$(CONFIG_D3D11VA) += d3d11va.h dxva2_internal.h SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h |