From a8a571507931cf85bc6f13296027f9d51b01775d Mon Sep 17 00:00:00 2001 From: diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> Date: Sat, 12 Aug 2006 18:21:51 +0000 Subject: [PATCH] Print "no" if all of the Vorbis tests failed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19375 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 80ef1f3883..842158ebdc 100755 --- a/configure +++ b/configure @@ -5599,6 +5599,7 @@ elif test "$_libvorbis" = yes ; then _res_comment="libvorbis" _ld_vorbis='-lvorbis -logg' else + _vorbis=no _nocodecmodules="libvorbis $_nocodecmodules" fi echores "$_vorbis"