summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-26 19:08:28 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-26 19:08:28 +0000
commit9dadabac7355c308b72646b3e1255bcd973ca722 (patch)
tree780e90cbfe6702118fb5ab1f065ed55056d5a53a /configure
parent5580ea1fcb4f8c91814e300dd285a5a7fbcfe4d6 (diff)
downloadmpv-9dadabac7355c308b72646b3e1255bcd973ca722.tar.bz2
mpv-9dadabac7355c308b72646b3e1255bcd973ca722.tar.xz
ENCA uses -lm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16314 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 c0894e2d40..3f241558ea 100755
--- a/configure
+++ b/configure
@@ -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'