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:
authorRamiro Polla <ramiro@lisha.ufsc.br>2006-08-31 23:02:10 +0400
committerDiego Biurrun <diego@biurrun.de>2006-08-31 23:02:10 +0400
commitebb810d9f7dea574e5f2f1f96b6b00b9506b4bc0 (patch)
tree870b17105f10ed6cb89b62738867ca8e1d56f2cf
parent91beada72a26e9e37308961397fd652f2df5b9c4 (diff)
The fail test needs to be outside of the GPL test, it's referenced elsewhere.
patch by Ramiro Polla, angustia (at) arrozcru (dot) no-ip (dot) org Originally committed as revision 6145 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 6c9065f08e..354f441c04 100755
--- a/configure
+++ b/configure
@@ -985,10 +985,10 @@ EOF
echo "The software scaler is under GPL and --enable-gpl is not specified."
fail="yes"
fi
+fi
- if test "$fail" = "yes"; then
- exit 1
- fi
+if test "$fail" = "yes"; then
+ exit 1
fi
# compute MMX state