Skip to content
Snippets Groups Projects
Commit b8bd3430 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Slightly shorten libvorbis check.

Originally committed as revision 7371 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent eb113804
No related branches found
No related tags found
No related merge requests found
...@@ -1117,11 +1117,9 @@ EOF ...@@ -1117,11 +1117,9 @@ EOF
exit 1; exit 1;
fi fi
if test "$libvorbis" = "yes" ; then if test "$libvorbis" = "yes" && test "$libogg" = "no"; then
if test "$libogg" = "no"; then echo "libogg must be enabled to enable libvorbis."
echo "libogg must be enabled to enable Vorbis." fail="yes"
fail="yes"
fi
fi fi
if test "$gpl" != "yes"; then if test "$gpl" != "yes"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment