1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Make alpha arch detection more lenient. Taken from the Debian patchset.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28699 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-21 22:08:50 +00:00
parent 45626ad18c
commit fa33e96dd8

4
configure vendored
View File

@ -159,7 +159,7 @@ ppc() {
alpha() {
case "$host_arch" in
alpha) return 0;;
alpha*) return 0;;
*) return 1;;
esac
}
@ -2183,7 +2183,7 @@ EOF
;;
alpha)
alpha*)
_arch='ALPHA'
_target_arch='ARCH_ALPHA = yes'
iproc='alpha'