Browse Source

Add mips64 to the architecture list.

Taken from the OpenBSD ports tree.

Originally committed as revision 16095 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
6ede266e36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure 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)


Loading…
Cancel
Save