Re: [FFmpeg-devel] [PATCH] Build failed with newer glslang

2023-08-31 Thread Stefano Sabatini
On date Tuesday 2023-08-29 11:33:43 +0200, Luca Bonissi wrote: > Newer glslang does no more provide static libraries libOSDependent.a and > libOGLCompiler.a. > These libraries are only used in configure's test to detect spirv_compiler, > but are no more necessary even with older glslang. > > The f

[FFmpeg-devel] [PATCH] Build failed with newer glslang

2023-08-29 Thread Luca Bonissi
Newer glslang does no more provide static libraries libOSDependent.a and libOGLCompiler.a. These libraries are only used in configure's test to detect spirv_compiler, but are no more necessary even with older glslang. The following patch fixes the build issue. Signed-off-by: Luca Bonissi --