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:
parent
c5be140c9a
commit
abc4e5727e
4
configure
vendored
4
configure
vendored
@ -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."
|
||||||
|
Loading…
Reference in New Issue
Block a user