Add mips64 to the architecture list.

Taken from the OpenBSD ports tree.

Originally committed as revision 16095 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 16 years ago
parent 61597a981f
commit 6ede266e36
  1. 2
      configure

2
configure vendored

@ -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)

Loading…
Cancel
Save