[Ffmpeg-cvslog] CVS: ffmpeg configure,1.210,1.211
Alex Beregszaszi
alex
Thu Oct 13 00:24:06 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv8543
Modified Files:
configure
Log Message:
initial MorphOS support
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -d -r1.210 -r1.211
--- configure 4 Oct 2005 11:19:07 -0000 1.210
+++ configure 12 Oct 2005 22:24:03 -0000 1.211
@@ -143,7 +143,7 @@
alpha)
cpu="alpha"
;;
- "Power Macintosh"|ppc)
+ "Power Macintosh"|ppc|powerpc)
cpu="powerpc"
;;
mips|mipsel)
@@ -393,7 +393,7 @@
# 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
More information about the ffmpeg-cvslog
mailing list