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* _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
