Browse Source

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
tags/v0.5
Ramiro Polla Diego Biurrun 19 years ago
parent
commit
ebb810d9f7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      configure

+ 3
- 3
configure View File

@@ -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


Loading…
Cancel
Save