summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-17 10:34:13 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:56 +0200
commit386c15a409edb3d9698c5872638c4e03c24e09c0 (patch)
tree6ab8417aa52c55e2c3b3880e0eb05857a22ab697 /configure
parentefd24e30ddadfe31683337c4f0b2183abb5ecdde (diff)
downloadmpv-386c15a409edb3d9698c5872638c4e03c24e09c0.tar.bz2
mpv-386c15a409edb3d9698c5872638c4e03c24e09c0.tar.xz
configure: change VESA test to check for vbeInit() instead of vbeVersion()
The former actually exists in vbe.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32289 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d53fd4dd1e..c1adcaf90e 100755
--- a/configure
+++ b/configure
@@ -4778,7 +4778,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'