diff mbox series

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

Message ID 20240323214951.6628-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/fdk-aac: enable on s390x | expand

Commit Message

Fabrice Fontaine March 23, 2024, 9:49 p.m. UTC
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@gmail.com>
---
 package/fdk-aac/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnout Vandecappelle March 24, 2024, 3:10 p.m. UTC | #1
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@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"
diff mbox series

Patch

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"