[MPlayer-cvslog] r32289 - trunk/configure
    diego 
    subversion at mplayerhq.hu
       
    Fri Sep 17 12:34:13 CEST 2010
    
    
  
Author: diego
Date: Fri Sep 17 12:34:13 2010
New Revision: 32289
Log:
Check for vbeInit() instead of vbeVersion() in VESA test.
The former actually exists in vbe.h.
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Sep 17 12:31:24 2010	(r32288)
+++ trunk/configure	Fri Sep 17 12:34:13 2010	(r32289)
@@ -5087,7 +5087,7 @@ esac
 echocheck "VESA support"
 if test "$_vesa" = auto ; then
   _vesa=no
-  function_check vbe.h 'vbeVersion()' -lvbe -llrmi && _vesa=yes
+  function_check vbe.h 'vbeInit()' -lvbe -llrmi && _vesa=yes
 fi
 if test "$_vesa" = yes ; then
   def_vesa='#define CONFIG_VESA 1'
    
    
More information about the MPlayer-cvslog
mailing list