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
1 changed files with 1 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue