Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-08-31 23:04:06 +0400
committerDiego Biurrun <diego@biurrun.de>2006-08-31 23:04:06 +0400
commit12ccec0f15f1062c807a0f233561ded6f24d7879 (patch)
treed7e9b751e1950adda44524bae100302e958c9bc6
parentebb810d9f7dea574e5f2f1f96b6b00b9506b4bc0 (diff)
Remove superfluous variable setting, the script will exit anyway.
Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 354f441c04..9e1b6e375b 100755
--- 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