mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 15:27:00 +00:00
-lm needed for svgalib
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9344 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b4cff5a177
commit
dde865f3a8
4
configure
vendored
4
configure
vendored
@ -2701,11 +2701,11 @@ if test "$_svga" = auto ; then
|
|||||||
int main(void) { return 0; }
|
int main(void) { return 0; }
|
||||||
EOF
|
EOF
|
||||||
_svga=no
|
_svga=no
|
||||||
cc_check -lvgagl -lvga && _svga=yes
|
cc_check -lvgagl -lvga -lm && _svga=yes
|
||||||
fi
|
fi
|
||||||
if test "$_svga" = yes ; then
|
if test "$_svga" = yes ; then
|
||||||
_def_svga='#define HAVE_SVGALIB 1'
|
_def_svga='#define HAVE_SVGALIB 1'
|
||||||
_ld_svga='-lvgagl -lvga'
|
_ld_svga='-lvgagl -lvga -lm'
|
||||||
_vosrc="$_vosrc vo_svga.c"
|
_vosrc="$_vosrc vo_svga.c"
|
||||||
_vomodules="svga $_vomodules"
|
_vomodules="svga $_vomodules"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user