[FFmpeg-cvslog] hwcontext_opencl: include header file in HEADERS

Daniel Playfair Cal git at videolan.org
Fri Mar 20 11:41:49 EET 2020


ffmpeg | branch: master | Daniel Playfair Cal <daniel.playfair.cal at gmail.com> | Mon Mar 16 12:20:46 2020 +1100| [fa41be5743374b5044c7d89a5eaddf4e7e8d3caf] | committer: Anton Khirnov

hwcontext_opencl: include header file in HEADERS

This matches the inclusion of the other hwcontext_<hwaccel>.h headers.
The skipping of the header depending on build flags is already present.

Signed-off-by: Daniel Playfair Cal: <daniel.playfair.cal at gmail.com>
Signed-off-by: Anton Khirnov <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa41be5743374b5044c7d89a5eaddf4e7e8d3caf
---

 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                                             \



More information about the ffmpeg-cvslog mailing list