0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

ENCA uses -lm

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16314 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2005-08-26 19:08:28 +00:00
parent 5580ea1fcb
commit 9dadabac73

2
configure vendored
View File

@ -5160,7 +5160,7 @@ int main()
}
EOF
_enca=no
cc_check -lenca && _enca=yes
cc_check -lenca $_ld_lm && _enca=yes
fi
if test "$_enca" = yes ; then
_def_enca='#define HAVE_ENCA 1'