Mercurial > mplayer.hg
comparison configure @ 33772:6673b85049fa
configure: drop check for legacy compilers wrt libass and the win32 loader
A separate check for an unsupported compiler does not make sense.
author | diego |
---|---|
date | Sat, 09 Jul 2011 18:11:42 +0000 |
parents | 6ef02828040f |
children | aab87ce93567 |
comparison
equal
deleted
inserted
replaced
33771:6e774a02d00c | 33772:6673b85049fa |
---|---|
1757 # program cpuinfo instead | 1757 # program cpuinfo instead |
1758 $_cc -o cpuinfo$_exesuf cpuinfo.c | 1758 $_cc -o cpuinfo$_exesuf cpuinfo.c |
1759 _cpuinfo="./cpuinfo$_exesuf" | 1759 _cpuinfo="./cpuinfo$_exesuf" |
1760 fi | 1760 fi |
1761 | 1761 |
1762 if [ "$cc_vendor" = "gnu" ] && [ "$_cc_major" = 2 ] ; then | |
1763 test $_win32dll = auto && _win32dll=no | |
1764 ass_internal=no | |
1765 fi | |
1766 | |
1767 if x86 ; then | 1762 if x86 ; then |
1768 # gather more CPU information | 1763 # gather more CPU information |
1769 pname=$($_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -n 1) | 1764 pname=$($_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -n 1) |
1770 pvendor=$($_cpuinfo | grep 'vendor_id' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -n 1) | 1765 pvendor=$($_cpuinfo | grep 'vendor_id' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -n 1) |
1771 pfamily=$($_cpuinfo | grep 'cpu family' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -n 1) | 1766 pfamily=$($_cpuinfo | grep 'cpu family' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -n 1) |