Slightly shorten libvorbis check.

Originally committed as revision 7371 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-12-24 02:14:26 +00:00
parent eb11380499
commit b8bd34305e
1 changed files with 3 additions and 5 deletions

8
configure vendored
View File

@ -1117,11 +1117,9 @@ EOF
exit 1;
fi
if test "$libvorbis" = "yes" ; then
if test "$libogg" = "no"; then
echo "libogg must be enabled to enable Vorbis."
fail="yes"
fi
if test "$libvorbis" = "yes" && test "$libogg" = "no"; then
echo "libogg must be enabled to enable libvorbis."
fail="yes"
fi
if test "$gpl" != "yes"; then