[FFmpeg-cvslog] cuvid: add cuvid.h to SKIPHEADERS
Anton Khirnov
git at videolan.org
Sat Nov 11 02:07:58 EET 2017
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Jul 27 12:42:03 2017 +0200| [004ea63714e31ed43326ad00d7420d104f0dab38] | committer: Anton Khirnov
cuvid: add cuvid.h to SKIPHEADERS
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=004ea63714e31ed43326ad00d7420d104f0dab38
---
libavcodec/Makefile | 1 +
1 file changed, 1 insertion(+)
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
More information about the ffmpeg-cvslog
mailing list