1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

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; exit 1;
fi fi
if disabled static; then disabled static && LIBNAME=""
LIBNAME=""
fi
if ! enabled libogg; then if ! enabled libogg; then
enabled libtheora && die "libogg must be enabled to enable libtheora." enabled libtheora && die "libogg must be enabled to enable libtheora."