diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-09-18 13:45:38 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-09-18 13:45:38 +0000 |
commit | 1a5a182f386f0baadc8f7bb558836c71a7b89e2a (patch) | |
tree | 97f331220cfdaac26c5aa230c84860b3a25657da | |
parent | ba57320b827840b97f758a576244cc730ad468f5 (diff) | |
download | mpv-1a5a182f386f0baadc8f7bb558836c71a7b89e2a.tar.bz2 mpv-1a5a182f386f0baadc8f7bb558836c71a7b89e2a.tar.xz |
Enable Alpha Code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1909 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -730,16 +730,15 @@ ppc) _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" |