[MPlayer-cvslog] r33860 - trunk/configure

diego subversion at mplayerhq.hu
Sat Jul 9 20:11:43 CEST 2011


Author: diego
Date: Sat Jul  9 20:11:42 2011
New Revision: 33860

Log:
configure: drop check for legacy compilers wrt libass and the win32 loader

A separate check for an unsupported compiler does not make sense.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jul  9 13:48:13 2011	(r33859)
+++ trunk/configure	Sat Jul  9 20:11:42 2011	(r33860)
@@ -1759,11 +1759,6 @@ elif x86; then
   _cpuinfo="./cpuinfo$_exesuf"
 fi
 
-if [ "$cc_vendor" = "gnu" ] && [ "$_cc_major" = 2 ] ; then
-  test $_win32dll = auto && _win32dll=no
-  ass_internal=no
-fi
-
 if x86 ; then
   # gather more CPU information
   pname=$($_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -n 1)


More information about the MPlayer-cvslog mailing list