Commit f0d39f34 authored by diego's avatar diego

Simplify one variable setting.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10776 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3d75668f
......@@ -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