Commit d210e348 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6145 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cb353132
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment