mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
Update build scripts
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# crosstool-NG 1.28.0.1_403899e Configuration
|
||||
# crosstool-NG 1.28.0.21_3c5cc17 Configuration
|
||||
#
|
||||
CT_CONFIGURE_has_static_link=y
|
||||
CT_CONFIGURE_has_cxx11=y
|
||||
@@ -29,7 +29,7 @@ CT_CONFIGURE_has_sha1sum=y
|
||||
CT_CONFIGURE_has_sha256sum=y
|
||||
CT_CONFIGURE_has_sha512sum=y
|
||||
CT_CONFIGURE_has_install_with_strip_program=y
|
||||
CT_VERSION="1.28.0.1_403899e"
|
||||
CT_VERSION="1.28.0.21_3c5cc17"
|
||||
CT_VCHECK=""
|
||||
CT_CONFIG_VERSION_ENV="4"
|
||||
CT_CONFIG_VERSION_CURRENT="4"
|
||||
@@ -273,6 +273,8 @@ CT_LINUX_PATCH_GLOBAL=y
|
||||
# CT_LINUX_PATCH_LOCAL_BUNDLED is not set
|
||||
# CT_LINUX_PATCH_NONE is not set
|
||||
CT_LINUX_PATCH_ORDER="global"
|
||||
# CT_LINUX_V_6_18 is not set
|
||||
# CT_LINUX_V_6_17 is not set
|
||||
# CT_LINUX_V_6_16 is not set
|
||||
# CT_LINUX_V_6_15 is not set
|
||||
# CT_LINUX_V_6_14 is not set
|
||||
@@ -482,6 +484,7 @@ CT_GLIBC_PATCH_GLOBAL=y
|
||||
# CT_GLIBC_PATCH_LOCAL_BUNDLED is not set
|
||||
# CT_GLIBC_PATCH_NONE is not set
|
||||
CT_GLIBC_PATCH_ORDER="global"
|
||||
# CT_GLIBC_V_2_43 is not set
|
||||
# CT_GLIBC_V_2_42 is not set
|
||||
# CT_GLIBC_V_2_41 is not set
|
||||
# CT_GLIBC_V_2_40 is not set
|
||||
@@ -510,6 +513,8 @@ CT_GLIBC_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
|
||||
CT_GLIBC_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
|
||||
CT_GLIBC_ARCHIVE_FORMATS=".tar.xz .tar.bz2 .tar.gz"
|
||||
CT_GLIBC_SIGNATURE_FORMAT="packed/.sig"
|
||||
CT_GLIBC_2_43_or_older=y
|
||||
CT_GLIBC_older_than_2_43=y
|
||||
CT_GLIBC_2_42_or_older=y
|
||||
CT_GLIBC_older_than_2_42=y
|
||||
CT_GLIBC_2_41_or_older=y
|
||||
|
||||
@@ -3,7 +3,7 @@ c = 'aarch64-ffbuild-linux-gnu-gcc'
|
||||
cpp = 'aarch64-ffbuild-linux-gnu-g++'
|
||||
ld = 'aarch64-ffbuild-linux-gnu-ld'
|
||||
ar = 'aarch64-ffbuild-linux-gnu-gcc-ar'
|
||||
ranlib = 'x86_64-ffbuild-linux-gnu-gcc-ranlib'
|
||||
ranlib = 'aarch64-ffbuild-linux-gnu-gcc-ranlib'
|
||||
strip = 'aarch64-ffbuild-linux-gnu-strip'
|
||||
|
||||
[host_machine]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# crosstool-NG 1.28.0.1_403899e Configuration
|
||||
# crosstool-NG 1.28.0.21_3c5cc17 Configuration
|
||||
#
|
||||
CT_CONFIGURE_has_static_link=y
|
||||
CT_CONFIGURE_has_cxx11=y
|
||||
@@ -29,7 +29,7 @@ CT_CONFIGURE_has_sha1sum=y
|
||||
CT_CONFIGURE_has_sha256sum=y
|
||||
CT_CONFIGURE_has_sha512sum=y
|
||||
CT_CONFIGURE_has_install_with_strip_program=y
|
||||
CT_VERSION="1.28.0.1_403899e"
|
||||
CT_VERSION="1.28.0.21_3c5cc17"
|
||||
CT_VCHECK=""
|
||||
CT_CONFIG_VERSION_ENV="4"
|
||||
CT_CONFIG_VERSION_CURRENT="4"
|
||||
@@ -260,6 +260,7 @@ CT_TOOLCHAIN_CMAKE_TOOLCHAIN_FILE=y
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
# CT_KERNEL_BARE_METAL is not set
|
||||
CT_KERNEL_LINUX=y
|
||||
# CT_KERNEL_WINDOWS is not set
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_CHOICE_KSYM="LINUX"
|
||||
CT_KERNEL_LINUX_SHOW=y
|
||||
@@ -280,6 +281,8 @@ CT_LINUX_PATCH_GLOBAL=y
|
||||
# CT_LINUX_PATCH_LOCAL_BUNDLED is not set
|
||||
# CT_LINUX_PATCH_NONE is not set
|
||||
CT_LINUX_PATCH_ORDER="global"
|
||||
# CT_LINUX_V_6_18 is not set
|
||||
# CT_LINUX_V_6_17 is not set
|
||||
# CT_LINUX_V_6_16 is not set
|
||||
# CT_LINUX_V_6_15 is not set
|
||||
# CT_LINUX_V_6_14 is not set
|
||||
@@ -488,6 +491,7 @@ CT_GLIBC_PATCH_GLOBAL=y
|
||||
# CT_GLIBC_PATCH_LOCAL_BUNDLED is not set
|
||||
# CT_GLIBC_PATCH_NONE is not set
|
||||
CT_GLIBC_PATCH_ORDER="global"
|
||||
# CT_GLIBC_V_2_43 is not set
|
||||
# CT_GLIBC_V_2_42 is not set
|
||||
# CT_GLIBC_V_2_41 is not set
|
||||
# CT_GLIBC_V_2_40 is not set
|
||||
@@ -516,6 +520,8 @@ CT_GLIBC_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
|
||||
CT_GLIBC_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
|
||||
CT_GLIBC_ARCHIVE_FORMATS=".tar.xz .tar.bz2 .tar.gz"
|
||||
CT_GLIBC_SIGNATURE_FORMAT="packed/.sig"
|
||||
CT_GLIBC_2_43_or_older=y
|
||||
CT_GLIBC_older_than_2_43=y
|
||||
CT_GLIBC_2_42_or_older=y
|
||||
CT_GLIBC_older_than_2_42=y
|
||||
CT_GLIBC_2_41_or_older=y
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# crosstool-NG 1.28.0.1_403899e Configuration
|
||||
# crosstool-NG 1.28.0.21_3c5cc17 Configuration
|
||||
#
|
||||
CT_CONFIGURE_has_static_link=y
|
||||
CT_CONFIGURE_has_cxx11=y
|
||||
@@ -29,7 +29,7 @@ CT_CONFIGURE_has_sha1sum=y
|
||||
CT_CONFIGURE_has_sha256sum=y
|
||||
CT_CONFIGURE_has_sha512sum=y
|
||||
CT_CONFIGURE_has_install_with_strip_program=y
|
||||
CT_VERSION="1.28.0.1_403899e"
|
||||
CT_VERSION="1.28.0.21_3c5cc17"
|
||||
CT_VCHECK=""
|
||||
CT_CONFIG_VERSION_ENV="4"
|
||||
CT_CONFIG_VERSION_CURRENT="4"
|
||||
|
||||
Reference in New Issue
Block a user