summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-03-31 13:12:41 +0200
committerAnton Khirnov <anton@khirnov.net>2016-05-17 09:11:25 +0200
commitc46db38cde8e8fd8ecb1c6602f10ec0e002f29a8 (patch)
treef3385c96ea57cec2e63bd4574f9a469303c6fb87 /libavutil/Makefile
parentd338abb664febbc2c7266af7818aab1f12dbc161 (diff)
hwcontext: add a dxva2 implementation
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 11d91794cb..637ad3bf97 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -26,6 +26,7 @@ HEADERS = adler32.h \
hmac.h \
hwcontext.h \
hwcontext_cuda.h \
+ hwcontext_dxva2.h \
hwcontext_vaapi.h \
hwcontext_vdpau.h \
imgutils.h \
@@ -108,6 +109,7 @@ OBJS = adler32.o \
xtea.o \
OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o
+OBJS-$(CONFIG_DXVA2) += hwcontext_dxva2.o
OBJS-$(CONFIG_LZO) += lzo.o
OBJS-$(CONFIG_VAAPI) += hwcontext_vaapi.o
OBJS-$(CONFIG_VDPAU) += hwcontext_vdpau.o
@@ -115,6 +117,7 @@ OBJS-$(CONFIG_VDPAU) += hwcontext_vdpau.o
OBJS += $(COMPAT_OBJS:%=../compat/%)
SKIPHEADERS-$(CONFIG_CUDA) += hwcontext_cuda.h
+SKIPHEADERS-$(CONFIG_DXVA2) += hwcontext_dxva2.h
SKIPHEADERS-$(CONFIG_VAAPI) += hwcontext_vaapi.h
SKIPHEADERS-$(CONFIG_VDPAU) += hwcontext_vdpau.h
SKIPHEADERS-$(HAVE_ATOMICS_GCC) += atomic_gcc.h