summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-12 18:21:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-12 18:21:51 +0000
commita8a571507931cf85bc6f13296027f9d51b01775d (patch)
treeef83e579990efe9b6af6c251f73b4771662179fd
parent2ed77686c7e973d9bc7b9c96f243192f84e4b10b (diff)
downloadmpv-a8a571507931cf85bc6f13296027f9d51b01775d.tar.bz2
mpv-a8a571507931cf85bc6f13296027f9d51b01775d.tar.xz
Print "no" if all of the Vorbis tests failed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19375 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"