[Ffmpeg-devel] (no subject)
Alexander Strasser
eclipse7
Sat Feb 4 23:44:36 CET 2006
Hi,
Philippe Dirkse wrote:
> Alexander Strasser wrote:
[...]
> > could you try adding `LIB=' (without the quotes) in your config.mak
> >retry build and report the results?
>
> Many many thanks, that completely did the trick! I knew it probably would
> be something
> simple like this, but even simple things are hard to find when you don't
> know where to look.
Well, thank you for reporting the issue, it really wasn't meant to
be that hard and if you would not have reported this problem we maybe
wouldn't be aware of it.
Now we need to fix it, the attached patch (untested) might be enough
for now. Though on the long run we should maybe better understand what
exactly happens and why it happens.
Alex (beastd)
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.242
diff -u -r1.242 configure
--- configure 2 Feb 2006 13:07:29 -0000 1.242
+++ configure 4 Feb 2006 22:38:33 -0000
@@ -1411,6 +1411,8 @@
echo "LIBSUF=\${BUILDSUF}$LIBSUF" >> config.mak
if test "$lstatic" = "yes" ; then
echo "LIB=$LIB" >> config.mak
+else
+ echo "LIB=" >> config.mak
fi
echo "SLIBPREF=$SLIBPREF" >> config.mak
echo "SLIBSUF=\${BUILDSUF}$SLIBSUF" >> config.mak
More information about the ffmpeg-devel
mailing list