ffmpeg | branch: master | Daniel Playfair Cal <daniel.playfair....@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....@gmail.com> Signed-off-by: Anton Khirnov <an...@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 \ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".