OSDN Git Service

hwcontext_cuda/vdpau: add to skipheaders
authorAnton Khirnov <anton@khirnov.net>
Mon, 15 Feb 2016 18:52:33 +0000 (19:52 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 18 Feb 2016 07:47:39 +0000 (08:47 +0100)
libavutil/Makefile

index bc85925..a095f0d 100644 (file)
@@ -112,6 +112,8 @@ OBJS-$(CONFIG_VDPAU)                    += hwcontext_vdpau.o
 
 OBJS += $(COMPAT_OBJS:%=../compat/%)
 
+SKIPHEADERS-$(CONFIG_CUDA)             += hwcontext_cuda.h
+SKIPHEADERS-$(CONFIG_VDPAU)            += hwcontext_vdpau.h
 SKIPHEADERS-$(HAVE_ATOMICS_GCC)        += atomic_gcc.h
 SKIPHEADERS-$(HAVE_ATOMICS_SUNCC)      += atomic_suncc.h
 SKIPHEADERS-$(HAVE_ATOMICS_WIN32)      += atomic_win32.h