Commit 39f98718 authored by alex's avatar alex

initial MorphOS support


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4631 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dd1742b8
...@@ -143,7 +143,7 @@ case "$cpu" in ...@@ -143,7 +143,7 @@ case "$cpu" in
alpha) alpha)
cpu="alpha" cpu="alpha"
;; ;;
"Power Macintosh"|ppc) "Power Macintosh"|ppc|powerpc)
cpu="powerpc" cpu="powerpc"
;; ;;
mips|mipsel) mips|mipsel)
...@@ -393,7 +393,7 @@ esac ...@@ -393,7 +393,7 @@ esac
# of AltiVec on PowerPC. # of AltiVec on PowerPC.
TARGET_OS=`( uname -s ) 2>&1` TARGET_OS=`( uname -s ) 2>&1`
case "$TARGET_OS" in 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*) IRIX*)
TARGET_OS=IRIX TARGET_OS=IRIX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment