From fa41be5743374b5044c7d89a5eaddf4e7e8d3caf Mon Sep 17 00:00:00 2001 From: Daniel Playfair Cal Date: Mon, 16 Mar 2020 12:20:46 +1100 Subject: [PATCH] hwcontext_opencl: include header file in HEADERS This matches the inclusion of the other hwcontext_.h headers. The skipping of the header depending on build flags is already present. Signed-off-by: Daniel Playfair Cal: Signed-off-by: Anton Khirnov --- libavutil/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/Makefile b/libavutil/Makefile index a2dae8e89a..8feb029a3a 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -40,6 +40,7 @@ HEADERS = adler32.h \ hwcontext_dxva2.h \ hwcontext_qsv.h \ hwcontext_mediacodec.h \ + hwcontext_opencl.h \ hwcontext_vaapi.h \ hwcontext_videotoolbox.h \ hwcontext_vdpau.h \