[Buildroot] [PATCH 1/1] package/fdk-aac: enable on s390x

Arnout Vandecappelle arnout at mind.be
Sun Mar 24 15:10:22 UTC 2024



On 23/03/2024 22:49, Fabrice Fontaine wrote:
> s390x is supported since bump to version 2.0.3 in commit
> 38a20a0998117f3debb4de06e209ba5d82bb7a9d and
> https://github.com/mstorsjo/fdk-aac/commit/c16d5d72c99a77c8bcb788a922323b0b59035803
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/fdk-aac/Config.in | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/package/fdk-aac/Config.in b/package/fdk-aac/Config.in
> index 26e060b93d..831db13b21 100644
> --- a/package/fdk-aac/Config.in
> +++ b/package/fdk-aac/Config.in
> @@ -7,6 +7,7 @@ config BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
>   	default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
>   	default y if BR2_powerpc
>   	default y if BR2_sh
> +	default y if BR2_s390x
>   
>   config BR2_PACKAGE_FDK_AAC
>   	bool "fdk-aac"



More information about the buildroot mailing list