[FFmpeg-devel] [PATCH] avcodec/Makefile: Unconditionally skip vulkan_video_codec_av1std.h
Lynne
dev at lynne.ee
Thu Jul 27 22:01:20 EEST 2023
Jul 24, 2023, 22:46 by andreas.rheinhardt at outlook.com:
> libavcodec/vulkan_video_codec_av1std.h currently does not pass
> checkheaders: It is missing stdint.h and vulkan/vulkan_core.h.
> The comment "This header is NOT YET generated from the Khronos Vulkan
> XML API Registry." as well as the fact that it does not use our standard
> inclusion guards makes the file appear as if it is to be treated
> like a third-party header and not one of our own. This commit
> therefore "fixes" the issue by unconditionally skipping said header.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> libavcodec/Makefile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
LGTM
Thanks.
More information about the ffmpeg-devel
mailing list