diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2005-10-12 22:24:03 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2005-10-12 22:24:03 +0000 |
commit | 90448512c42aed1c413eebc79c107f1c15edf97f (patch) | |
tree | 85dfcd3a981c6fa93bf39135080aebb5d93aacdf /configure | |
parent | 7f526efd17973ec6d2204f7a47b6923e2be31363 (diff) | |
download | ffmpeg-90448512c42aed1c413eebc79c107f1c15edf97f.tar.gz |
initial MorphOS support
Originally committed as revision 4631 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -143,7 +143,7 @@ case "$cpu" in alpha) cpu="alpha" ;; - "Power Macintosh"|ppc) + "Power Macintosh"|ppc|powerpc) cpu="powerpc" ;; mips|mipsel) @@ -393,7 +393,7 @@ esac # of AltiVec on PowerPC. TARGET_OS=`( uname -s ) 2>&1` case "$TARGET_OS" in - Linux|FreeBSD|NetBSD|BSD/OS|OpenBSD|SunOS|QNX|Darwin|GNU|BeOS) + Linux|FreeBSD|NetBSD|BSD/OS|OpenBSD|SunOS|QNX|Darwin|GNU|BeOS|MorphOS) ;; IRIX*) TARGET_OS=IRIX |