From 6ede266e36b37663b51ac624120f64f7d2366977 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 13 Dec 2008 11:35:59 +0000 Subject: [PATCH] Add mips64 to the architecture list. Taken from the OpenBSD ports tree. Originally committed as revision 16095 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4f24b8f864..3c4b54fe61 100755 --- a/configure +++ b/configure @@ -1322,7 +1322,7 @@ EOF enable fast_64bit enable fast_unaligned ;; - mips|mipsel|IP*) + mips|mipsel|mips64|IP*) arch="mips" ;; sun4u|sparc64)