From a001ce31bc2bcf875a39b5fb22dae49120293b42 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 7 Dec 2015 15:04:57 +0100 Subject: hwcontext: add a VDPAU implementation --- libavutil/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index 2c0b7b54aa..180c37eb49 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -24,6 +24,7 @@ HEADERS = adler32.h \ frame.h \ hmac.h \ hwcontext.h \ + hwcontext_vdpau.h \ imgutils.h \ intfloat.h \ intreadwrite.h \ @@ -105,6 +106,7 @@ OBJS = adler32.o \ xtea.o \ OBJS-$(CONFIG_LZO) += lzo.o +OBJS-$(CONFIG_VDPAU) += hwcontext_vdpau.o OBJS += $(COMPAT_OBJS:%=../compat/%) -- cgit v1.2.3