You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
531 B
15 lines
531 B
4 years ago
|
X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/6f84e92172a12f14d24c4467b2e58611afd726bd..4dab04622a6cf2a31da26a51dedb60ec44ac89a4:/libavfilter/glslang.cpp
|
||
|
|
||
|
diff --git a/libavfilter/glslang.cpp b/libavfilter/glslang.cpp
|
||
|
index 497df6e..125eb5c 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>
|
||
|
|