summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-07 23:45:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-07 23:45:11 +0000
commit410f101d4d1e1c0f9449c58e290c0321a9d8f000 (patch)
tree2ddbf4dd2653cbba4bc81259d7109b8e6f89dd6e /configure
parent5fb33b5b5f3d7d8ce8a13707e97b3240860ece9b (diff)
downloadmpv-410f101d4d1e1c0f9449c58e290c0321a9d8f000.tar.bz2
mpv-410f101d4d1e1c0f9449c58e290c0321a9d8f000.tar.xz
Remove obscure comment about libmp3lame depending on Vorbis.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26683 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 6a233321f5..0adbb6f58e 100755
--- a/configure
+++ b/configure
@@ -6651,7 +6651,6 @@ int main(void) { lame_version_t lv; (void) lame_init();
get_lame_version_numerical(&lv); printf("%d%d\n",lv.major,lv.minor);
return 0; }
EOF
-# Note: libmp3lame usually depends on vorbis
cc_check -lmp3lame $_ld_lm && tmp_run && _mp3lame=yes
if test "$_mp3lame" = yes ; then
_def_mp3lame="#define HAVE_MP3LAME"