summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-13 11:35:59 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-13 11:35:59 +0000
commit6ede266e36b37663b51ac624120f64f7d2366977 (patch)
tree30d26ccbff98ecd8ffc5b9c7048cd93f1eb1c0a6 /configure
parent61597a981fe7480db799144a8d98707138e3689d (diff)
Add mips64 to the architecture list.
Taken from the OpenBSD ports tree. Originally committed as revision 16095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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)