Module: libav Branch: master Commit: d847a40888c064cc8c35b546fc5a0ccb69136a7c
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Mon Feb 15 19:52:33 2016 +0100 hwcontext_cuda/vdpau: add to skipheaders --- libavutil/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavutil/Makefile b/libavutil/Makefile index bc85925..a095f0d 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
