summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-26 18:48:25 +0000
committerbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-26 18:48:25 +0000
commit103b8b2d460611dd3d0ad464f36a21c755b62615 (patch)
treede5c777ec932f4ff7ee5728b49bd9a8a5ba6005f /configure
parent0cc5461ddf94750202b514dcf1c47db587b03fd5 (diff)
downloadmpv-103b8b2d460611dd3d0ad464f36a21c755b62615.tar.bz2
mpv-103b8b2d460611dd3d0ad464f36a21c755b62615.tar.xz
Added -lm for libcdparanoia (for the sin & cos symbol).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7511 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 c60455ee0e..5b0c5b85b9 100755
--- a/configure
+++ b/configure
@@ -3273,7 +3273,7 @@ if test "$_cdparanoia" = auto ; then
int main(void) { return 1; }
EOF
_cdparanoia=no
- cc_check $_inc_cdparanoia $_ld_cdparanoia -lcdda_interface -lcdda_paranoia && _cdparanoia=yes
+ cc_check $_inc_cdparanoia $_ld_cdparanoia -lcdda_interface -lcdda_paranoia -lm && _cdparanoia=yes
fi
if test "$_cdparanoia" = yes ; then
_def_cdparanoia='#define HAVE_CDDA'