]> git.sesse.net Git - ffmpeg/commitdiff
hwcontext_opencl: include header file in HEADERS
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>
Mon, 16 Mar 2020 01:20:46 +0000 (12:20 +1100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 20 Mar 2020 08:16:05 +0000 (09:16 +0100)
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>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavutil/Makefile

index a2dae8e89adee9f38c77d99226ebd2ea5e24b383..8feb029a3a6396c81459d8b6cdc02e39066db5c4 100644 (file)
@@ -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                                             \