1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

initial MorphOS support

Originally committed as revision 4631 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2005-10-12 22:24:03 +00:00
parent 7f526efd17
commit 90448512c4

4
configure vendored
View File

@ -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
# 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