projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f526ef
)
initial MorphOS support
author
Alex Beregszaszi
<alex@rtfs.hu>
Wed, 12 Oct 2005 22:24:03 +0000
(22:24 +0000)
committer
Alex 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
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/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