Files
termux-packages/packages/ffmpeg/glslang-16.patch
termux-pacman-bot 87167b38d1 feat(main/ffmpeg): enable libplacebo
- Enable `vulkan-icd`

- Enable `glslang`

- Enable `libplacebo`
2025-10-14 16:41:10 +00:00

12 lines
966 B
Diff

--- a/configure
+++ b/configure
@@ -6894,7 +6894,7 @@ enabled libfribidi && require_pkg_config libfribidi fribidi fribidi.h fri
enabled libharfbuzz && require_pkg_config libharfbuzz harfbuzz hb.h hb_buffer_create
enabled libglslang && { check_lib spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \
-lglslang -lMachineIndependent -lGenericCodeGen \
- -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm ||
+ -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm ||
require spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \
-lglslang -lMachineIndependent -lOSDependent -lHLSL -lOGLCompiler -lGenericCodeGen \
-lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm ; }