diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-09-17 10:34:13 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:16:56 +0200 |
commit | 386c15a409edb3d9698c5872638c4e03c24e09c0 (patch) | |
tree | 6ab8417aa52c55e2c3b3880e0eb05857a22ab697 /configure | |
parent | efd24e30ddadfe31683337c4f0b2183abb5ecdde (diff) |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |