Commit ebb810d9 authored by Ramiro Polla's avatar Ramiro Polla Committed by Diego Biurrun

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
parent 91beada7
...@@ -985,10 +985,10 @@ EOF ...@@ -985,10 +985,10 @@ EOF
echo "The software scaler is under GPL and --enable-gpl is not specified." echo "The software scaler is under GPL and --enable-gpl is not specified."
fail="yes" fail="yes"
fi fi
fi
if test "$fail" = "yes"; then if test "$fail" = "yes"; then
exit 1 exit 1
fi
fi fi
# compute MMX state # 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