From 1f6d336dc5aacc742ea401783fa1edd58ce24e9a Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 3 May 2008 15:30:45 +0000 Subject: [PATCH] Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26659 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index ef826a8e5e..6ab57560ca 100755 --- a/configure +++ b/configure @@ -5884,9 +5884,6 @@ else _vorbis=no _nocodecmodules="libvorbis $_nocodecmodules" fi -if test "$_libvorbis" = no ; then - _libavencoders=`echo $_libavencoders | sed -e s/LIBVORBIS_ENCODER// ` -fi echores "$_vorbis" echocheck "libspeex (version >= 1.1 required)"