[FFmpeg-cvslog] libavfilter/glslang: Remove unused header

Ben Clayton git at videolan.org
Sat Jul 11 15:01:59 EEST 2020


ffmpeg | branch: master | Ben Clayton <bclayton-at-google.com at 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>
 



More information about the ffmpeg-cvslog mailing list