initial MorphOS support
authorAlex Beregszaszi <alex@rtfs.hu>
Wed, 12 Oct 2005 22:24:03 +0000 (22:24 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Wed, 12 Oct 2005 22:24:03 +0000 (22:24 +0000)
Originally committed as revision 4631 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index b4dc0d0..3d00bfb 100755 (executable)
--- a/configure
+++ b/configure
@@ -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