Simplify one variable setting.

Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-10-18 10:03:16 +00:00
parent c5be140c9a
commit abc4e5727e

4
configure vendored
View File

@ -1246,9 +1246,7 @@ EOF
exit 1;
fi
if disabled static; then
LIBNAME=""
fi
disabled static && LIBNAME=""
if ! enabled libogg; then
enabled libtheora && die "libogg must be enabled to enable libtheora."