diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-07 23:45:11 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-07 23:45:11 +0000 |
commit | 410f101d4d1e1c0f9449c58e290c0321a9d8f000 (patch) | |
tree | 2ddbf4dd2653cbba4bc81259d7109b8e6f89dd6e | |
parent | 5fb33b5b5f3d7d8ce8a13707e97b3240860ece9b (diff) | |
download | mpv-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
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |