[Ffmpeg-cvslog] CVS: ffmpeg configure,1.243,1.244
Diego Biurrun CVS
diego
Mon Feb 6 22:52:26 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv18175
Modified Files:
configure
Log Message:
Some Make variants complain if the LIB variable does not exist.
patch by Alexander Strasser
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- configure 5 Feb 2006 15:19:04 -0000 1.243
+++ configure 6 Feb 2006 21:52:23 -0000 1.244
@@ -1411,6 +1411,8 @@
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
More information about the ffmpeg-cvslog
mailing list