Commit 12ccec0f authored by Diego Biurrun's avatar Diego Biurrun

Remove superfluous variable setting, the script will exit anyway.

Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ebb810d9
......@@ -931,7 +931,6 @@ if test "$vorbis" = "yes" ; then
if test "$libogg" = "no"; then
echo "libogg must be enabled to enable Vorbis."
fail="yes"
vorbis="no"
fi
fi
......
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