[FFmpeg-cvslog] hwcontext_cuda/vdpau: add to skipheaders
Anton Khirnov
git at videolan.org
Wed Feb 24 18:24:19 CET 2016
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Feb 15 19:52:33 2016 +0100| [d847a40888c064cc8c35b546fc5a0ccb69136a7c] | committer: Anton Khirnov
hwcontext_cuda/vdpau: add to skipheaders
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d847a40888c064cc8c35b546fc5a0ccb69136a7c
---
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
More information about the ffmpeg-cvslog
mailing list