]> git.sesse.net Git - ffmpeg/commitdiff
Remove superfluous variable setting, the script will exit anyway.
authorDiego Biurrun <diego@biurrun.de>
Thu, 31 Aug 2006 19:04:06 +0000 (19:04 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 31 Aug 2006 19:04:06 +0000 (19:04 +0000)
Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 354f441c046731a79775cbff69cf52944ff2389b..9e1b6e375bb532691ed121018f28adc22b7e6471 100755 (executable)
--- a/configure
+++ b/configure
@@ -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