Mercurial > mplayer.hg
changeset 8934:90195705ae00
libvorbisidec already includes ogg parser code; no sense in depending on more libs
author | rfelker |
---|---|
date | Mon, 13 Jan 2003 00:45:04 +0000 |
parents | bfe1b826cff1 |
children | 3c50e662d588 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jan 12 23:38:55 2003 +0000 +++ b/configure Mon Jan 13 00:45:04 2003 +0000 @@ -3712,7 +3712,7 @@ _def_vorbis='#define HAVE_OGGVORBIS 1' if test "$_tremor" = yes ; then _def_tremor='#define TREMOR 1' - _ld_vorbis='-lvorbisidec -logg' + _ld_vorbis='-lvorbisidec' else _def_tremor='#undef TREMOR' _ld_vorbis='-lvorbis -logg'