diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-13 11:35:59 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-13 11:35:59 +0000 |
commit | 6ede266e36b37663b51ac624120f64f7d2366977 (patch) | |
tree | 30d26ccbff98ecd8ffc5b9c7048cd93f1eb1c0a6 /configure | |
parent | 61597a981fe7480db799144a8d98707138e3689d (diff) | |
download | ffmpeg-6ede266e36b37663b51ac624120f64f7d2366977.tar.gz |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1322,7 +1322,7 @@ EOF enable fast_64bit enable fast_unaligned ;; - mips|mipsel|IP*) + mips|mipsel|mips64|IP*) arch="mips" ;; sun4u|sparc64) |