Commit 5dc2c879 authored by diego's avatar diego

Slightly shorten libvorbis check.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7371 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bd0594d6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment