From c4ff07d55905468d0c50260c559c24b9b0f93034 Mon Sep 17 00:00:00 2001 From: rfelker Date: Mon, 13 Jan 2003 00:45:04 +0000 Subject: libvorbisidec already includes ogg parser code; no sense in depending on more libs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8935 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 634f27df91..524146f744 100755 --- a/configure +++ b/configure @@ -3712,7 +3712,7 @@ if test "$_vorbis" = yes ; then _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' -- cgit v1.2.3