[FFmpeg-devel] [PATCH] libavfilter/glslang: Remove unused header

Ben Clayton bclayton at google.com
Fri Jul 10 18:53:12 EEST 2020


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

---
 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>

-- 
2.17.1


More information about the ffmpeg-devel mailing list