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

Remove superfluous variable setting, the script will exit anyway.

Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ebb810d9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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