From bae3abb02cdede8d9e684abf8ff29e86b6eaada2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Tue, 19 May 2009 19:40:24 +0000
Subject: [PATCH] Define ARCH_MIPS64 when building for MIPS64

Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 956bbbbfe04..4a2234f479a 100755
--- a/configure
+++ b/configure
@@ -830,6 +830,7 @@ ARCH_LIST='
     ia64
     m68k
     mips
+    mips64
     parisc
     ppc
     s390
@@ -1499,6 +1500,7 @@ case "$arch" in
     ;;
     mips64)
         arch="mips"
+        subarch="mips64"
         enable fast_64bit
     ;;
     parisc|hppa)
-- 
GitLab