avcodec/Makefile: Unconditionally skip vulkan_video_codec_av1std.h
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. Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Showing
Please register or sign in to comment