ebf478f80f
Since this is a legacy version only intended to be used as a dependency remove the options: only the previously default options are kept. PR: 278913
36 lines
2.0 KiB
Plaintext
36 lines
2.0 KiB
Plaintext
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/3d29724c008d
|
|
|
|
--- configure.orig 2025-11-23 02:57:58 UTC
|
|
+++ configure
|
|
@@ -3963,15 +3963,7 @@ host_os=$target_os_default
|
|
host_os=$target_os_default
|
|
|
|
# machine
|
|
-if test "$target_os_default" = aix; then
|
|
- arch_default=$(uname -p)
|
|
- strip_default="strip -X32_64"
|
|
- nm_default="nm -g -X32_64"
|
|
-elif test "$MSYSTEM_CARCH" != ""; then
|
|
- arch_default="$MSYSTEM_CARCH"
|
|
-else
|
|
- arch_default=$(uname -m)
|
|
-fi
|
|
+arch_default=$(uname -p)
|
|
cpu="generic"
|
|
intrinsics="none"
|
|
|
|
@@ -6729,12 +6721,7 @@ enabled libharfbuzz && require_pkg_config libhar
|
|
enabled libfreetype && require_pkg_config libfreetype freetype2 "ft2build.h FT_FREETYPE_H" FT_Init_FreeType
|
|
enabled libfribidi && require_pkg_config libfribidi fribidi fribidi.h fribidi_version_info
|
|
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 -lOSDependent -lHLSL -lOGLCompiler -lGenericCodeGen \
|
|
- -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm ||
|
|
- require spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \
|
|
- -lglslang -lOSDependent -lHLSL -lOGLCompiler \
|
|
- -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm; }
|
|
+enabled libglslang && require_cpp libglslang glslang/SPIRV/GlslangToSpv.h "glslang::TIntermediate*" -lglslang -lMachineIndependent -lOSDependent -lGenericCodeGen -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++
|
|
enabled libgme && { check_pkg_config libgme libgme gme/gme.h gme_new_emu ||
|
|
require libgme gme/gme.h gme_new_emu -lgme -lstdc++; }
|
|
enabled libgsm && { for gsm_hdr in "gsm.h" "gsm/gsm.h"; do
|