diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-02-15 19:52:33 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-18 08:47:39 +0100 |
commit | d847a40888c064cc8c35b546fc5a0ccb69136a7c (patch) | |
tree | ce4d77743db1806957c3a6f95a3c0da7e878476b | |
parent | 9c0bc1e980a99106d6749ec632f166b87275871e (diff) | |
download | ffmpeg-d847a40888c064cc8c35b546fc5a0ccb69136a7c.tar.gz |
hwcontext_cuda/vdpau: add to skipheaders
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index bc859256a7..a095f0dd6e 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 |