1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 00:07:33 +00:00

Print "no" if all of the Vorbis tests failed.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19375 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-08-12 18:21:51 +00:00
parent 2ed77686c7
commit a8a5715079

1
configure vendored
View File

@ -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"