Commit abc4e572 authored by Diego Biurrun's avatar Diego Biurrun

Simplify one variable setting.

Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c5be140c
......@@ -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."
......
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