mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Some Make variants complain if the LIB variable does not exist.
patch by Alexander Strasser Originally committed as revision 4948 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8720de5b76
commit
1a44a8b654
2
configure
vendored
2
configure
vendored
@ -1411,6 +1411,8 @@ echo "LIBPREF=$LIBPREF" >> config.mak
|
||||
echo "LIBSUF=\${BUILDSUF}$LIBSUF" >> config.mak
|
||||
if test "$lstatic" = "yes" ; then
|
||||
echo "LIB=$LIB" >> config.mak
|
||||
else # Some Make complain if this variable does not exist.
|
||||
echo "LIB=" >> config.mak
|
||||
fi
|
||||
echo "SLIBPREF=$SLIBPREF" >> config.mak
|
||||
echo "SLIBSUF=\${BUILDSUF}$SLIBSUF" >> config.mak
|
||||
|
Loading…
x
Reference in New Issue
Block a user