ffmpeg | branch: master | Ben Clayton <bclayton-at-google....@ffmpeg.org> | Fri Jul 10 16:53:12 2020 +0100| [4dab04622a6cf2a31da26a51dedb60ec44ac89a4] | committer: Lynne
libavfilter/glslang: Remove unused header The <glslang/Include/revision.h> include was not used, and revision.h has been removed from glslang master. See: https://github.com/KhronosGroup/glslang/pull/2277 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4dab04622a6cf2a31da26a51dedb60ec44ac89a4 --- libavfilter/glslang.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/glslang.cpp b/libavfilter/glslang.cpp index 497df6e245..125eb5c364 100644 --- a/libavfilter/glslang.cpp +++ b/libavfilter/glslang.cpp @@ -24,7 +24,6 @@ extern "C" { } #include <glslang/Include/ResourceLimits.h> -#include <glslang/Include/revision.h> #include <glslang/Public/ShaderLang.h> #include <glslang/SPIRV/GlslangToSpv.h> _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".