diff mbox series

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

Message ID 20200316012046.92191-1-daniel.playfair.cal@gmail.com
State Accepted
Headers show
Series [FFmpeg-devel] hwcontext_opencl: include header file in HEADERS | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Daniel Playfair Cal March 16, 2020, 1:20 a.m. UTC
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@gmail.com>
---
 libavutil/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Anton Khirnov March 16, 2020, 9:37 a.m. UTC | #1
Quoting Daniel Playfair Cal (2020-03-16 02:20:46)
> 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@gmail.com>
> ---

Looks ok, though I wonder how no one noticed until now.
diff mbox series

Patch

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                                             \