diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-13 14:25:58 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-14 22:08:33 +0100 |
commit | ad884d100259e55cb51a4239cd8a4fd5154c2073 (patch) | |
tree | ab6d8f0243c470113e8e2c33cae402394ade4a25 /libavutil/Makefile | |
parent | 7bc780cd4413f688d3b834037b0f9ddfd6948140 (diff) | |
download | ffmpeg-ad884d100259e55cb51a4239cd8a4fd5154c2073.tar.gz |
hwcontext: add a CUDA implementation
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 180c37eb49..bc859256a7 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -24,6 +24,7 @@ HEADERS = adler32.h \ frame.h \ hmac.h \ hwcontext.h \ + hwcontext_cuda.h \ hwcontext_vdpau.h \ imgutils.h \ intfloat.h \ @@ -106,6 +107,7 @@ OBJS = adler32.o \ xtea.o \ OBJS-$(CONFIG_LZO) += lzo.o +OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o OBJS-$(CONFIG_VDPAU) += hwcontext_vdpau.o OBJS += $(COMPAT_OBJS:%=../compat/%) |