From 004ea63714e31ed43326ad00d7420d104f0dab38 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 27 Jul 2017 12:42:03 +0200 Subject: [PATCH] cuvid: add cuvid.h to SKIPHEADERS --- 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