diff options
author | Måns Rullgård <mans@mansr.com> | 2009-05-19 19:40:24 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-05-19 19:40:24 +0000 |
commit | bae3abb02cdede8d9e684abf8ff29e86b6eaada2 (patch) | |
tree | 5221a470897481adc5837da2f6e78cee8d510d92 /configure | |
parent | 08a85a59d63bf12e648863459d84fe82ec7d192b (diff) | |
download | ffmpeg-bae3abb02cdede8d9e684abf8ff29e86b6eaada2.tar.gz |
Define ARCH_MIPS64 when building for MIPS64
Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -830,6 +830,7 @@ ARCH_LIST=' ia64 m68k mips + mips64 parisc ppc s390 @@ -1499,6 +1500,7 @@ case "$arch" in ;; mips64) arch="mips" + subarch="mips64" enable fast_64bit ;; parisc|hppa) |