Add mips64 to the architecture list.

Taken from the OpenBSD ports tree.

Originally committed as revision 16095 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-12-13 11:35:59 +00:00
parent 61597a981f
commit 6ede266e36

2
configure vendored
View File

@ -1322,7 +1322,7 @@ EOF
enable fast_64bit enable fast_64bit
enable fast_unaligned enable fast_unaligned
;; ;;
mips|mipsel|IP*) mips|mipsel|mips64|IP*)
arch="mips" arch="mips"
;; ;;
sun4u|sparc64) sun4u|sparc64)