The branch, master has been updated
via 8c633f45b04a27ba297af17ea7f62dab1f35cd6c (commit)
from d01608e0222a04b5743446f200284d486524b355 (commit)
- Log -----------------------------------------------------------------
commit 8c633f45b04a27ba297af17ea7f62dab1f35cd6c
Author: Kacper MichajÅow <[email protected]>
AuthorDate: Mon Oct 27 02:11:02 2025 +0100
Commit: Kacper MichajÅow <[email protected]>
CommitDate: Mon Oct 27 02:59:09 2025 +0100
configure: fix glslang linking on platforms without pthreads
Signed-off-by: Kacper MichajÅow <[email protected]>
diff --git a/configure b/configure
index 764bbb0001..3b132d07c9 100755
--- a/configure
+++ b/configure
@@ -7136,10 +7136,10 @@ if enabled libglslang; then
require_headers "glslang/build_info.h" && { test_cpp_condition
glslang/build_info.h "GLSLANG_VERSION_MAJOR >= 16" && spvremap="" ; }
check_lib spirv_compiler glslang/Include/glslang_c_interface.h
glslang_initialize_process \
-lglslang -lMachineIndependent -lGenericCodeGen \
- ${spvremap} -lSPIRV -lSPIRV-Tools-opt
-lSPIRV-Tools -lpthread -lstdc++ -lm ||
+ ${spvremap} -lSPIRV -lSPIRV-Tools-opt
-lSPIRV-Tools -lstdc++ $libm_extralibs $pthreads_extralibs ||
require spirv_compiler
glslang/Include/glslang_c_interface.h glslang_initialize_process \
-lglslang -lMachineIndependent -lOSDependent
-lHLSL -lOGLCompiler -lGenericCodeGen \
- ${spvremap} -lSPIRV -lSPIRV-Tools-opt
-lSPIRV-Tools -lpthread -lstdc++ -lm ;
+ ${spvremap} -lSPIRV -lSPIRV-Tools-opt
-lSPIRV-Tools -lstdc++ $libm_extralibs $pthreads_extralibs ;
fi
enabled libgme && { check_pkg_config libgme libgme gme/gme.h
gme_new_emu ||
require libgme gme/gme.h gme_new_emu -lgme
-lstdc++; }
-----------------------------------------------------------------------
Summary of changes:
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]