diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-06-18 18:16:27 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-09-13 22:03:27 +0100 |
commit | 9cb23cd9fe58e262273ce606b6febfef0509e316 (patch) | |
tree | 9f6120e707a7c644e7ac26bd1ed095a8a8b57942 /libavutil/Makefile | |
parent | 7bae17e37ab63d1cfcea22c68c455f859db3663c (diff) | |
download | ffmpeg-9cb23cd9fe58e262273ce606b6febfef0509e316.tar.gz |
lavu: Add DRM hwcontext
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 e45871fd11..65e285a701 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -34,6 +34,7 @@ HEADERS = adler32.h \ hwcontext.h \ hwcontext_cuda.h \ hwcontext_d3d11va.h \ + hwcontext_drm.h \ hwcontext_dxva2.h \ hwcontext_qsv.h \ hwcontext_vaapi.h \ @@ -161,6 +162,7 @@ OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o OBJS-$(CONFIG_D3D11VA) += hwcontext_d3d11va.o OBJS-$(CONFIG_DXVA2) += hwcontext_dxva2.o OBJS-$(CONFIG_QSV) += hwcontext_qsv.o +OBJS-$(CONFIG_LIBDRM) += hwcontext_drm.o OBJS-$(CONFIG_LZO) += lzo.o OBJS-$(CONFIG_OPENCL) += opencl.o opencl_internal.o OBJS-$(CONFIG_VAAPI) += hwcontext_vaapi.o |