[Mplayer-cvslog] CVS: main configure,1.774,1.775
Alex Beregszaszi
alex at mplayerhq.hu
Fri Sep 26 20:08:42 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv22971
Modified Files:
configure
Log Message:
initial MorphOS/Amiga (GeekGadgets) support
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.774
retrieving revision 1.775
diff -u -r1.774 -r1.775
--- configure 26 Sep 2003 12:38:55 -0000 1.774
+++ configure 26 Sep 2003 18:07:47 -0000 1.775
@@ -68,6 +68,7 @@
darwin() { issystem "Darwin" ; return "$?" ; }
gnu() { issystem "GNU" ; return "$?" ; }
mingw32() { issystem "MINGW32" ; return "$?" ; }
+morphos() { issystem "MorphOS" ; return "$?" ; }
# arch test boolean functions
# x86/x86pc is used by QNX
@@ -383,6 +384,9 @@
MINGW32*)
system_name=MINGW32
;;
+ MorphOS)
+ system_name=MorphOS
+ ;;
*)
system_name="$system_name-UNKNOWN"
;;
@@ -430,6 +434,7 @@
openbsd) system_name=OpenBSD ;;
sunos) system_name=SunOS ;;
qnx) system_name=QNX ;;
+ morphos) system_name=MorphOS ;;
esac
# We need to convert underscores so that values like k6-2 and pentium-mmx can be passed
host_arch=`echo $_target | cut -d '-' -f 1 | tr '_' '-'`
More information about the MPlayer-cvslog
mailing list