[FFmpeg-devel] [PATCH] configure: identify loong64 for loongarch.
Brad Smith
brad at comstyle.com
Wed May 14 04:06:31 EEST 2025
On 2025-05-12 9:11 p.m., Shiyou Yin wrote:
> dpkg-architecture set DEB_HOST_ARCH_CPU as loong64 on loongarch.
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 2e69b3c56c..5f39050374 100755
> --- a/configure
> +++ b/configure
> @@ -5290,7 +5290,7 @@ case "$arch" in
> arm*|iPad*|iPhone*)
> arch="arm"
> ;;
> - loongarch*)
> + loongarch*|loong64)
> arch="loongarch"
> ;;
> mips*|IP*)
It would be better to change this to just loong*
More information about the ffmpeg-devel
mailing list