Jul 24, 2023, 22:46 by [email protected]: > 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 <[email protected]> > --- > libavcodec/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >
LGTM Thanks. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
