Slightly shorten libvorbis check.

Originally committed as revision 7371 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent eb11380499
commit b8bd34305e
  1. 8
      configure

8
configure vendored

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

Loading…
Cancel
Save