[FFmpeg-cvslog] configure: identify loong64 for loongarch

Shiyou Yin git at videolan.org
Tue May 20 16:26:50 EEST 2025


ffmpeg | branch: master | Shiyou Yin <yinshiyou-hf at loongson.cn> | Tue May 13 09:11:34 2025 +0800| [f414038779217034b4d062d538df3e0d3ca48343] | committer: Zhao Zhili

configure: identify loong64 for loongarch

dpkg-architecture set DEB_HOST_ARCH_CPU as loong64 on loongarch.

Signed-off-by: Zhao Zhili <zhilizhao at tencent.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f414038779217034b4d062d538df3e0d3ca48343
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 30063e6b34..3730b0524c 100755
--- a/configure
+++ b/configure
@@ -5293,7 +5293,7 @@ case "$arch" in
     arm*|iPad*|iPhone*)
         arch="arm"
     ;;
-    loongarch*)
+    loongarch*|loong64)
         arch="loongarch"
     ;;
     mips*|IP*)



More information about the ffmpeg-cvslog mailing list