diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-08-31 19:04:06 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-08-31 19:04:06 +0000 |
commit | 12ccec0f15f1062c807a0f233561ded6f24d7879 (patch) | |
tree | d7e9b751e1950adda44524bae100302e958c9bc6 | |
parent | ebb810d9f7dea574e5f2f1f96b6b00b9506b4bc0 (diff) | |
download | ffmpeg-12ccec0f15f1062c807a0f233561ded6f24d7879.tar.gz |
Remove superfluous variable setting, the script will exit anyway.
Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |