[Mplayer-cvslog] CVS: main configure,1.164,1.165
Atmosfear
atmos4 at mplayer.dev.hu
Tue Sep 18 15:45:53 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv4796
Modified Files:
configure
Log Message:
Enable Alpha Code.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- configure 17 Sep 2001 16:18:18 -0000 1.164
+++ configure 18 Sep 2001 13:45:38 -0000 1.165
@@ -730,16 +730,15 @@
_mcpu=""
;;
-# Untested:
-#alpha)
-# _arch="#define ARCH_ALPHA 1"
-# _target_arch="TARGET_ARCH_ALPHA=yes"
-# _words_endian="#undef WORDS_BIGENDIAN"
-# iproc=alpha
-# proc=
-# _march=""
-# _mcpu=""
-# ;;
+alpha)
+ _arch="#define ARCH_ALPHA 1"
+ _target_arch="TARGET_ARCH_ALPHA=yes"
+ _words_endian="#undef WORDS_BIGENDIAN"
+ iproc=alpha
+ proc=
+ _march=""
+ _mcpu="-mcpu=ev56"
+ ;;
*)
echo "The architecture of your CPU ($host_arch) is not supported by this configure script"
More information about the MPlayer-cvslog
mailing list